在创建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_JAVA