mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-08 05:17:42 +00:00
fix 修复 升级带来的兼容性问题
This commit is contained in:
@@ -185,7 +185,7 @@ knife4j:
|
||||
# 是否开启Knife4j增强模式
|
||||
enable: true
|
||||
# 是否开启生产环境保护策略
|
||||
production: true
|
||||
production: false
|
||||
# 登录认证
|
||||
basic:
|
||||
enable: true
|
||||
|
@@ -1,9 +1,3 @@
|
||||
# dubbo 订阅配置
|
||||
dubbo:
|
||||
cloud:
|
||||
# 需要远程调用的服务 多个用逗号分割
|
||||
subscribed-services: ruoyi-auth,ruoyi-system
|
||||
|
||||
# 安全配置
|
||||
security:
|
||||
# 验证码
|
||||
@@ -89,5 +83,6 @@ spring:
|
||||
server-addr: ${spring.cloud.nacos.server-addr}
|
||||
dataId: sentinel-${spring.application.name}
|
||||
groupId: ${spring.cloud.nacos.config.group}
|
||||
namespace: ${spring.profiles.active}
|
||||
data-type: json
|
||||
rule-type: flow
|
||||
rule-type: flow
|
||||
|
@@ -17,12 +17,12 @@ spring:
|
||||
username: ${datasource.system-master.username}
|
||||
password: ${datasource.system-master.password}
|
||||
# 从库数据源
|
||||
slave:
|
||||
lazy: true
|
||||
driver-class-name:
|
||||
url:
|
||||
username:
|
||||
password:
|
||||
#slave:
|
||||
# lazy: true
|
||||
# driver-class-name:
|
||||
# url:
|
||||
# username:
|
||||
# password:
|
||||
|
||||
# 代码生成
|
||||
gen:
|
||||
|
Reference in New Issue
Block a user