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

猜你喜欢

转载自www.cnblogs.com/liguo-wang/p/9356546.html
今日推荐