spring boot启动失败
从Git上下载代码后没有做任何改动,但是启动时会有如下的错误:
ERROR SpringApplication:858 - Application run failed
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.
看网上的说法基本都和spring-boot-starter-web有关,不过我看代码本身就已经做到了他们说的了,比如排除掉spring boot自带 的Tomcat之类的。还有的说是要给每一个类都加上@EnableAutoConfiguration才能解决问题。。
嗯,基本上搜到的解决办法就这么多。。老师有什么建议吗
23
收起
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星