llegalArgumentException: LoggerFactory is not a Logback LoggerContext but

博客内容涉及到一个应用程序运行时遇到的日志库冲突问题。具体表现为LoggerFactory不是LogbackLoggerContext,而Logback已存在于类路径中。同时提到了可能与Swagger2的冲突以及与Spring Boot启动日志依赖的潜在问题。解决方案可能是移除特定依赖或调整日志配置。
摘要由CSDN通过智能技术生成

Caused by: java.lang.IllegalArgumentException: LoggerFactory is not a Logback LoggerContext but Logback is on the classpath. Either remove Logback or the competing implementation (class org.slf4j.impl.JDK14LoggerFactory loaded from file:/D:/maven/repository/org/slf4j/slf4j-jdk14/1.7.30/slf4j-jdk14-1.7.30.jar). If you are using WebLogic you will need to add ‘org.slf4j’ to prefer-application-packages in WEB-INF/weblogic.xml: org.slf4j.impl.JDK14LoggerFactory

我也不是很懂 总之把这个去了就行


<dependency>
    <groupId>com.proofpoint.platform</groupId>
    <artifactId>openapi</artifactId>
    <version>2.41</version>
</dependency>

难道是和 swagger2 冲突?

      <dependency>
            <groupId>io.springfox</groupId>
            <artifactId>springfox-swagger2</artifactId>
            <version>2.7.0</version>
        </dependency>
        <dependency>
            <groupId>io.springfox</groupId>
            <artifactId>springfox-swagger-ui</artifactId>
            <version>2.7.0</version>
        </dependency>

还是和 logging 冲突。。

    <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-logging</artifactId>
            <version>2.0.4.RELEASE</version>
        </dependency>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值