完整异常信息
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>