解决Failed to instantiate SLF4J LoggerFactory

解决Failed to instantiate SLF4J LoggerFactory_第1张图片

既然日志文件版本太低或缺失那么补充上就可以了 将以下配置添加到你的pom中

<dependency>
   <groupId>ch.qos.logbackgroupId>
   <artifactId>logback-classicartifactId>
   <version>1.2.3version>
dependency>
<dependency>
   <groupId>ch.qos.logbackgroupId>
   <artifactId>logback-coreartifactId>
   <version>RELEASEversion>
dependency>

你可能感兴趣的:(IntelliJ,IDEA,开发web项目,springboot)