确认maven pom.xml中是否已添加以下spring-boot-starter-web依赖:
maven pom.xml
spring-boot-starter-web
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency>