feat: nacos网关微服务搭建/注册登录缓存用户角色权限信息
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
server:
|
||||
port: 6000
|
||||
port: 5050
|
||||
spring:
|
||||
cloud:
|
||||
gateway:
|
||||
@@ -59,5 +59,6 @@ sa-token:
|
||||
# token 风格(默认可取值:uuid、simple-uuid、random-32、random-64、random-128、tik)
|
||||
token-style: random-32
|
||||
# 是否输出操作日志
|
||||
is-log: true
|
||||
token-prefix: schisandra
|
||||
is-log: false
|
||||
token-prefix: schisandra
|
||||
is-print: false
|
Reference in New Issue
Block a user