使用idea
创建springboot
项目出现这种异常是因为没有引入相应得依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web-services</artifactId>
</dependency>
使用idea
创建springboot
项目出现这种异常是因为没有引入相应得依赖
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web-services</artifactId>
</dependency>