Error starting ApplicationContext. To display the conditions report re-run your

134 阅读1分钟

报错信息:

Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled.

image.png

解决办法:

解决该BUG需要观察Description和Action这俩部分的提示,因为Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled.这个报错包含很多的类型。

这里报错的分析是:有另一个工程正在启用8080端口,因此造成了端口的被占用,所以,需要先释放端口。 释放端口8080后重新运行.