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注解来解决问题。

上一篇:I.MX 6UL与6ULL应用领域区别


下一篇:Hdoj 1050.Moving Tables 题解