解决SpringBoot“Error starting ApplicationContext. To display the conditions report re-run ...“问题
1.打开Maven栏的配置,先点击clean在点install,然后在重新运行2.如果还是不行,看看自己的pom.xml文件有没有添加mybatis依赖,如果有,可以看看是不是自己的版本低了,换一个高一点的版本。如果没有添加,在pom文件中添加mybatis依赖:org.mybatis.spring.bootmybatis-spring-boot-starter2.2.0