From 4552b8a9fd1d250b193a4fadd95362be7d3fd4c8 Mon Sep 17 00:00:00 2001 From: celee Date: Tue, 16 Nov 2021 13:04:57 +0000 Subject: [PATCH] =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E6=96=87=E6=A1=A3=E4=BB=A5?= =?UTF-8?q?=E5=8F=8A=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E5=AE=9E=E9=99=85?= =?UTF-8?q?=E4=BC=A0=E8=BE=BE=E7=9A=84=E6=80=9D=E8=B7=AF=EF=BC=8C=E6=AD=A4?= =?UTF-8?q?=E5=A4=84=E6=B3=A8=E9=87=8A=E5=BA=94=E6=98=AF=E4=B8=8D=E5=90=8C?= =?UTF-8?q?=E7=9A=84Redis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sa-token-demo/sa-token-demo-sso3-client/src/main/resources/application.yml b/sa-token-demo/sa-token-demo-sso3-client/src/main/resources/application.yml index 1b4a330f..6264a656 100644 --- a/sa-token-demo/sa-token-demo-sso3-client/src/main/resources/application.yml +++ b/sa-token-demo/sa-token-demo-sso3-client/src/main/resources/application.yml @@ -22,7 +22,7 @@ sa-token: userinfo-url: http://sa-sso-server.com:9000/sso/userinfo spring: - # 配置Sa-Token单独使用的Redis连接 (此处需要和SSO-Server端连接同一个Redis) + # 配置Sa-Token单独使用的Redis连接 (此处与SSO-Server端连接不同的Redis) redis: # Redis数据库索引 database: 2