Springboot中"RestController cannot be resolved to a type"

Posted htyq-zkh

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Springboot中"RestController cannot be resolved to a type"相关的知识,希望对你有一定的参考价值。

刚开始学习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"的主要内容,如果未能解决你的问题,请参考以下文章

SpringBoot中使用Jackson将null值转化为""或者不返回的配置

springboot中@PropertySource(value = {"classpath:FoundBean.properties"})读取不出内容

Springboot中"RestController cannot be resolved to a type"

SpringBoot——文件上传

springboot获取jar包路径

springboot取消全局返回