feat: nacos网关微服务搭建/注册登录缓存用户角色权限信息
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
# 数据库连接信息
|
||||
jdbc:
|
||||
dbName: schisandra-cloud-storage
|
||||
tableName: schisandra_sys_oauth
|
||||
tableName: schisandra_auth_role_permission
|
||||
url: jdbc:mysql://1.95.0.111:3306/
|
||||
username: root
|
||||
password: LDQ20020618xxx
|
||||
@@ -22,9 +22,9 @@ params:
|
||||
# 作者
|
||||
author: landaiqing
|
||||
# 模块
|
||||
module: system
|
||||
module: auth
|
||||
# controller 通用前缀
|
||||
api: /system/oauth/
|
||||
api: /auth/permission/
|
||||
# 生成对象是否移除前缀
|
||||
removePre: false
|
||||
# 使用内置函数赋值给变量 FunctionUtils 中替换
|
||||
|
Reference in New Issue
Block a user