将Springboot项目,构建为多个模块的时候,idea的有些类中报错Cannot resolve symbol 解决:
1、File->Invalidate Caches/Restart 清除缓存并重启 idea2、检查pom文件中的依赖关系是否正确3、maven -> Reimport