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