这是因为缺少依赖导致的,在pom中加入以下依赖即可
<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-web</artifactId>
</dependency>
这是因为缺少依赖导致的,在pom中加入以下依赖即可
<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-web</artifactId>
</dependency>