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

Unable to start web server; nested exception is org.springframework.context.ApplicationContextExcept_第1张图片

你可能感兴趣的:(报错,java)