【代码优化】全局:去除 application.yaml 相关配置文件的冗余

This commit is contained in:
YunaiV
2024-07-20 16:12:55 +08:00
parent e18069d45f
commit a034b3d218
44 changed files with 94 additions and 201 deletions

View File

@@ -177,14 +177,8 @@ yudao:
enable: false # 本地环境,暂时关闭图片验证码,方便登录等接口的测试
security:
mock-enable: true
xss:
enable: false
exclude-urls: # 如下两个 url仅仅是为了演示去掉配置也没关系
- ${spring.boot.admin.context-path}/** # 不处理 Spring Boot Admin 的请求
- ${management.endpoints.web.base-path}/** # 不处理 Actuator 的请求
access-log: # 访问日志的配置项
enable: false
demo: false # 关闭演示模式
wxa-code:
env-version: develop # 小程序版本: 正式版为 "release";体验版为 "trial";开发版为 "develop"