Unable to start web server; nested exception is org.springframework.context.ApplicationContextExcept

在创建Spring Boot项目时遇到了如下错误

org.springframework.context.ApplicationContextException: Unable to start web server; 
nested exception is org.springframework.context.ApplicationContextException: 
Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean.

在启动项添加注释错误解决

@EnableAutoConfiguration

在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/weixin_44593985/article/details/88855815