SpringBoot项目报错:“Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.”
SpringBoot项目报错:“Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.”
一、编译出问题
仔细看报出的问题,有没有如:“Description:…” 这样的字眼,没有 “描述”,如上图所示,这种情况下的操作:(如果是maven项目)
1.clean清理一下; 2.然后install重新编译一下 ;
3.也可以用这个命令,重新编译一下
很感谢来源,整理的很详细:https://blog.csdn.net/m0_50762431/article/details/122143601