记录一下很笨比的错误。
原因:
忘记引入web
依赖了。。。
解决:
在pom.xml中添加如下依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
记录一下很笨比的错误。
原因:
忘记引入web
依赖了。。。
解决:
在pom.xml中添加如下依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>