码迷,mamicode.com
首页 > 编程语言 > 详细

Springboot中"RestController cannot be resolved to a type"

时间:2018-01-05 15:38:50      阅读:894      评论:0      收藏:0      [点我收藏+]

标签:原因   star   res   rest   depend   ref   art   frame   can   

刚开始学习Springboot,然后使用http://start.spring.io/生成了一个实例,但是在使用@RestController注解的时候提示”RestController cannot be resolved to a type”,

原因是pom.xml中添加支持web的模块:

 

<dependency>
    <groupId>org.springframework.boot</groupId>    
    <artifactId>spring-boot-starter-web</artifactId>
</dependency>

 

Springboot中"RestController cannot be resolved to a type"

标签:原因   star   res   rest   depend   ref   art   frame   can   

原文地址:https://www.cnblogs.com/htyq-zkh/p/8203702.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!