完整异常信息

Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts

翻译

标准Commons日志发现与spring-jcl一起使用:请从类路径中删除Commons-Logging.jar,以避免潜在的冲突

解决方式
<!--排除commons-logging-->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-orm</artifactId>
    <exclusions>
        <exclusion>
            <groupId>commons-logging</groupId>
            <artifactId>commons-logging</artifactId>
        </exclusion>
    </exclusions>
</dependency>
Logo

有“AI”的1024 = 2048,欢迎大家加入2048 AI社区

更多推荐