原文:springboot启动报错,Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.

报错: View Code 最近在研究springboot, 昨晚写到一半后保存睡觉, 今早一运行报错. 在网上搜索大多数是说配置文件问题, 或者是配置文件的位置问题. 笔者发现在自己的工程中并没有这些问题, 于是又对前一天写的内容进行了一次排查. 发现, 原来是在最后copy了一段代码, 没有改完 RequestMapping XXX 路径名重复所以报错 , 修改 RequestMapping ...

2019-06-18 09:37 0 4453 推荐指数:

查看详情

SpringBoot启动报:Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.

错误的关键信息不在这一行,这一行的大概意思是:   启动ApplicationContext时出错。要显示条件报告,请在启用“调试”的情况下重新运行您的应用程序。 这只是告诉你出错了,要根据下面的信息来解决,如果错误信息和下面不同,可以重新拿自己报错的关键信息解决或搜索 ...

Sun Jan 10 23:51:00 CST 2021 0 13549
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM