chore: 修改会话方式类型的配置键值
This commit is contained in:
@@ -75,8 +75,9 @@ mybatis-plus:
|
||||
|
||||
# 安全配置
|
||||
security:
|
||||
# JWT 认证类型, 支持 jwt、redis-token
|
||||
token-type: jwt
|
||||
session:
|
||||
# 会话方式,支持 jwt、redis-token
|
||||
type: jwt
|
||||
jwt:
|
||||
# JWT 秘钥
|
||||
key: SecretKey012345678901234567890123456789012345678901234567890123456789
|
||||
|
||||
Reference in New Issue
Block a user