Failed to load ApplicationContext

问题如下

Failed to load ApplicationContext_第1张图片

找了一个多小时,最终发现问题所在:

用的数据库时MongoDB,在写分页查询的时候 用的mysql的分页查询的jar包,会引入mysql相关的包。导致jar包冲突

 
            com.github.pagehelper
            pagehelper-spring-boot-starter
            1.2.13
 

所以问题的所在是:jar包冲突!有相同报错的小伙伴们多检查一下自己的pom文件,是否会导致jar包冲突。

你可能感兴趣的:(java,数据库,开发语言)