springboot启动报错:Unable to start web server; nested exception is org.springframework................

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/Ocean_tu/article/details/80953346

Spring Boot启动出现错误,错误内容大概的意思是:未能加载嵌入的供web应用加载的空间,是因为缺少ServletWebServerFactory bean

解决方法:添加注释    

@EnableAutoConfiguration


猜你喜欢

转载自blog.csdn.net/Ocean_tu/article/details/80953346