去掉devtools模块,合并到core模块。

This commit is contained in:
thinkgem
2018-10-15 20:39:09 +08:00
parent 4cf671dc7f
commit 2b6c4c1adb
3 changed files with 12 additions and 12 deletions

View File

@@ -70,10 +70,6 @@ spring:
# 关闭 Spring Boot Banner 打印
main:
bannerMode: "off"
# 日志配置
logging:
config: classpath:config/logback-spring.xml
#======================================#
#========== System settings ===========#
@@ -452,6 +448,10 @@ error:
page:
printErrorInfo: true
# 日志配置
logging:
config: classpath:config/logback-spring.xml
#======================================#
#======== FileUpload settings =========#
#======================================#