springBoot启动异常 Failed to load ApplicationContext

启动测试类产生异常Failed to load ApplicationContext

解决方法:

添加依赖包
<dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-databind</artifactId>
        <version>2.9.0</version>
</dependency>


版本必须是 2.9.0 换成其他就不行了 不知道为什么!

posted @ 2020-11-07 15:23  錵開や落幕  阅读(281)  评论(0编辑  收藏  举报