feat: nacos网关微服务搭建/注册登录缓存用户角色权限信息

This commit is contained in:
landaiqing
2024-06-02 02:18:08 +08:00
parent c526aad0bb
commit b15a929bb9
34 changed files with 722 additions and 57 deletions

View File

@@ -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