去除启动日志多余打印

This commit is contained in:
2024-09-06 15:00:16 +08:00
parent 929956d66b
commit ad5dbead9d
2 changed files with 4 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ logging:
# web日志
org.springframework.web: debug
# mybatis日志
org.mybatis: debug
org.apache.ibatis: debug
charset:
# 输出控制台编码
console: UTF-8