码迷,mamicode.com
首页 > 移动开发 > 详细

Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean

时间:2020-03-23 20:33:18      阅读:82      评论:0      收藏:0      [点我收藏+]

标签:main方法   cto   webserver   ble   spring   miss   tap   pid   framework   

在Spring Boot项目中,出现这个错误有两种情况:

一,在main方法所在的类忘记添加@SpringBootApplication

二,缺少依赖,添加即可

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-web</artifactId>
</dependency>

 

Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean

标签:main方法   cto   webserver   ble   spring   miss   tap   pid   framework   

原文地址:https://www.cnblogs.com/felixzh/p/12554562.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!