注解@RestController没有自动提示,也没有加载进来,文件目录和加载的依赖,麻烦会的同学教教我

来源:2-1 构建Spring Boot 第一个demo

永不坠落的陨石

2019-01-28 20:25

https://img3.mukewang.com/5c4ef4640001230d19201039.jpg注解@RestController没有自动提示

写回答 关注

1回答

  • qq_慕仙4435248
    2019-01-29 10:47:10

    这是因为你没有引入包   

    import org.springframework.web.bind.annotation.RestController;

    这种情况你可以点击@RestController,然后alt+enter键导入

SpringBoot开发常用技术整合

SpringBoot 极简开发的框架整合利器

102171 学习 · 508 问题

查看课程

相似问题