检查创建springboot项目时是否添加了web中的Spring Web,如果添加了,在pom文件中添加如下资源
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
检查创建springboot项目时是否添加了web中的Spring Web,如果添加了,在pom文件中添加如下资源
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>