<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency>
翻译过来意思就是:缺少ServletWeb,无法启动ServletWebServerApplicationContext,如上在pom.xml文件添加依赖.
Unable to start ServletWebServerApplicationContext due to missing ServletWeb
原文:https://www.cnblogs.com/lbeaner/p/14761739.html