本博客基于SpringBoot_1.3.6 大家请先简单看下这篇英文的官方文档,文中有说 SpringBoot 内部日志系统使用的是 Commons Logging 并且 SpringBoot 给 JDKLogging , Log4j2(Log4j也是支持的) , Logback 都提供了默认配置...
目前常用的开发工具如IDEA都自身集成了一个版本的Maven。但是通常我们使用自己已经配置好的Maven。
Caused by: java.lang.IllegalArgumentException: LoggerFactory is not a Logback LoggerContext but Logback is on the classpath. Either remove Logback or the compet...