Standard Commons Logging discovery in action with spring-jcl

完整异常信息

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

翻译

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

解决方式

java"><!--排除***mons-logging-->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-orm</artifactId>
    <exclusions>
        <exclusion>
            <groupId>***mons-logging</groupId>
            <artifactId>***mons-logging</artifactId>
        </exclusion>
    </exclusions>
</dependency>
转载请说明出处内容投诉
CSS教程_站长资源网 » Standard Commons Logging discovery in action with spring-jcl

发表评论

欢迎 访客 发表评论

一个令你着迷的主题!

查看演示 官网购买