简要描述
idea springboot maven
该问题对应其他错误情况
1.找不到包或找不到符号
2.注解什么的全是红色,解析不到
解决方法总结如下
方法1: 从现有module中选取
方法2: 重新导入包
在模块名上右键-Maven-Reimport
不管用
方法3: 清空缓存重启
File-Invalidate Caches/Restart
不管用
方法4: 修改maven home directory
File-Settings-Build,Execution,Deployment-Build Tools-Maven
不管用
方法5: 给pom.xml的依赖添加版本号
pom.xml文件project标签有红色下划线,提示某"failed to read artifact descriptor for xxx",为对应的xxx依赖设置版本号,重新加载
成功了