QQ空间 新浪微博 腾讯微博 微信 更多
  

spring Boot 出现:org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean.

 

org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean.无法启动web服务器;嵌套的异常org.springframework.context。

ApplicationContextException:无法开始ServletWebServerApplicationContext由于缺少ServletWebServerFactory bean。

 

解决方法:在类之前添加一个:@EnableAutoConfiguration注解来解决问题。

posted @ 2018-07-23 19:56  nupt想象之中  阅读(11386)  评论(2编辑  收藏  举报