當前位置:
首頁 >
前端技术
> javascript
>内容正文
javascript
Spring boot 配置tomcat后 控制台不打印SQL日志
生活随笔
收集整理的這篇文章主要介紹了
Spring boot 配置tomcat后 控制台不打印SQL日志
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
在pom.xml中配置tomcat啟動處加上:
<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-web</artifactId><exclusions><exclusion><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-tomcat</artifactId></exclusion><exclusion><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-logging</artifactId></exclusion></exclusions></dependency>?
<exclusion><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-logging</artifactId></exclusion>完整配置:
?
轉載于:https://www.cnblogs.com/zktww/p/10579269.html
創作挑戰賽新人創作獎勵來咯,堅持創作打卡瓜分現金大獎總結
以上是生活随笔為你收集整理的Spring boot 配置tomcat后 控制台不打印SQL日志的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: java防止undo空间撑爆_秒杀系统设
- 下一篇: 高级java知识结构图,Spring高级