【代码优化】全局:去除 application.yaml 相关配置文件的冗余
parent
a034b3d218
commit
7fbb96b0f0
|
@ -130,10 +130,6 @@ yudao:
|
||||||
title: 管理后台
|
title: 管理后台
|
||||||
description: 提供管理员管理的所有功能
|
description: 提供管理员管理的所有功能
|
||||||
version: ${yudao.info.version}
|
version: ${yudao.info.version}
|
||||||
captcha:
|
|
||||||
timeout: 5m
|
|
||||||
width: 160
|
|
||||||
height: 60
|
|
||||||
tenant: # 多租户相关配置项
|
tenant: # 多租户相关配置项
|
||||||
enable: true
|
enable: true
|
||||||
|
|
||||||
|
|
|
@ -51,8 +51,3 @@ mybatis-plus:
|
||||||
yudao:
|
yudao:
|
||||||
info:
|
info:
|
||||||
base-package: cn.iocoder.yudao.module
|
base-package: cn.iocoder.yudao.module
|
||||||
captcha:
|
|
||||||
timeout: 5m
|
|
||||||
width: 160
|
|
||||||
height: 60
|
|
||||||
enable: true
|
|
||||||
|
|
Loading…
Reference in New Issue