From 4ecbcf9df0549ada25521ca3fcae0dce17c284db Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Thu, 5 Sep 2019 15:26:34 +0800 Subject: [PATCH] =?UTF-8?q?:arrow=5Fup:=20=E5=8D=87=E7=BA=A7=20justauth-sp?= =?UTF-8?q?ring-boot-starter=20=E7=89=88=E6=9C=AC=E4=B8=BA=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spring-boot-demo-social/src/main/resources/application.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-boot-demo-social/src/main/resources/application.yml b/spring-boot-demo-social/src/main/resources/application.yml index a2bf3d9..925c7ee 100644 --- a/spring-boot-demo-social/src/main/resources/application.yml +++ b/spring-boot-demo-social/src/main/resources/application.yml @@ -56,3 +56,7 @@ justauth: client-secret: 8G6PCr00j************************rgk************AyzaPc78 redirect-uri: http://oauth.xkcoding.com/demo/oauth/wechat_enterprise/callback agent-id: 1******2 + cache: + type: redis + prefix: 'SOCIAL::STATE::' + timeout: 1h