博客
关于我
建立第一个SpringBoot小列子(碰到的错误)
阅读量:270 次
发布时间:2019-03-03

本文共 237 字,大约阅读时间需要 1 分钟。

当加入@SpringBootApplication注解时,无法得到解析

错误提示:SpringBootApplication cannot be resolved to a type

错误原因是因为springboot的包冲突了所致。

需要删掉本地maven仓库 repository文件夹下的\org\springframework\boot 目录下的spring-boot-autoconfigure 文件夹,

然后在工程中maven -> update project

转载地址:http://kwyl.baihongyu.com/

你可能感兴趣的文章
认识存储:块、文件和对象 | Linux 中国
查看>>
用于游戏开发的图形和音乐工具 | Linux 中国
查看>>
极客漫画:你准备好微服务了吗? | Linux 中国
查看>>