log4j2 log4j-slf4j-impl cannot be present with log4j-to-slf4j
springboot内置了一个日志模块,报错原因就是这个起了冲突解决办法就是把原本的日志模块去除在pom文件里添加: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter</artifactId> &