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

xiaoxiao2021-02-28  43

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

解决方法:添加注释    

@EnableAutoConfiguration

转载请注明原文地址: https://www.6miu.com/read-2625605.html

最新回复(0)