springboot启动报错:"Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled."
解决:1.Mapper.xml 没有注解。
2.Bean重复。
3.jar冲突。
4.mysql链接配置没有。
以上都会出现那个问题。

springboot启动报错:"Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled."
解决:1.Mapper.xml 没有注解。
2.Bean重复。
3.jar冲突。
4.mysql链接配置没有。
以上都会出现那个问题。