恢复【配置管理】功能,方便业务相关的配置动态修改

This commit is contained in:
YunaiV
2022-11-12 10:16:47 +08:00
parent 3c4af5210c
commit 95d1c82c82
17 changed files with 680 additions and 12 deletions

View File

@@ -125,7 +125,7 @@ yudao:
version: ${yudao.info.version}
base-package: ${yudao.info.base-package}
captcha:
enable: true # 验证码的开关,默认为 true注意,优先读取数据库 infra_config 的 yudao.captcha.enable所以请从数据库修改可能需要重启项目
enable: true # 验证码的开关,默认为 true
error-code: # 错误码相关配置项
constants-class-list:
- cn.iocoder.yudao.module.system.enums.ErrorCodeConstants