Spring Boot中整合slf4j+log4j

出現了這個問題是說少依賴加入以下依賴即可: <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.2</version> </dependency> 想整合slf4j+log4j要加入以下依賴: <dependency> <groupId>org.spr
相關文章
相關標籤/搜索