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