mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-09-18 17:48:03 +08:00
修复部分不准确的注释
This commit is contained in:
@@ -3,7 +3,7 @@ server:
|
||||
port: 9001
|
||||
|
||||
spring:
|
||||
# 配置Sa-Token单独使用的Redis连接 (此处与SSO-Server端连接不同的Redis)
|
||||
# Redis连接
|
||||
redis:
|
||||
# Redis数据库索引
|
||||
database: 2
|
||||
|
@@ -22,7 +22,7 @@ sa-token:
|
||||
userinfo-url: http://sa-sso-server.com:9000/sso/userinfo
|
||||
|
||||
spring:
|
||||
# 配置Sa-Token单独使用的Redis连接 (此处与SSO-Server端连接不同的Redis)
|
||||
# 配置 Redis 连接 (此处与SSO-Server端连接不同的Redis)
|
||||
redis:
|
||||
# Redis数据库索引
|
||||
database: 2
|
||||
|
Reference in New Issue
Block a user