可能原因是没有添加 web 依赖,检查pom里面是否有web
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency>