【代码优化】全局:去除 application.yaml 相关配置文件的冗余
This commit is contained in:
parent
70663af4cb
commit
c2de3d5ea9
|
@ -46,8 +46,3 @@ mybatis:
|
||||||
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
|
|
||||||
|
|
|
@ -46,8 +46,3 @@ mybatis:
|
||||||
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