illegalargumentexception loggerfactory is not a logback loggercontext 解决

	<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter</artifactId>
    <exclusions>
      <exclusion>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-logging</artifactId>
      </exclusion>
    </exclusions>
  </dependency>
  <dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-log4j2</artifactId>
  </dependency>
发布了43 篇原创文章 · 获赞 0 · 访问量 874

猜你喜欢

转载自blog.csdn.net/weixin_37562241/article/details/104689154