解决IDEA Warning: Class ‘XXX‘ not found in module ‘XXX‘

Spring Boot启动类有一个红叉
打开之前的Spring Boot项目,启动类上有一个红叉,但项目能正常启动

解决IDEA Warning: Class ‘XXX‘ not found in module ‘XXX‘_第1张图片

解决方式:将 import org.springframework.boot.autoconfigure.SpringBootApplication 删掉,然后重新导入 @SpringBootApplication 注解的包即可
解决IDEA Warning: Class ‘XXX‘ not found in module ‘XXX‘_第2张图片

你可能感兴趣的:(工作的坑,intellij-idea,spring,boot,java)