好久没打开的SpringBoot项目,今天打开突然发现IDEA识别不了了,也无法启动,具体如下图:
查了一些资料,具体的原因是:pom.xml没有被maven管理,所以导致无法识别SpringBoot启动类。
解法方法:
1、选中pom.xml,右击,选择add as maven
2、配置SpringBoot的configruations,
选中add configruations,添加springboot启动类
3、如果还不行,选中File -> power save mode 是否开启,若开启,则关闭。
若以上步骤还不能解决,则去看看file -> setting -> pluins 是否还有springboot插件。如没有,安装。