springboot 开发遇到@SpringBootApplication爆红
springboot 开发遇到@SpringBootApplication爆红在开发springboot的时候,使用注解@SpringBootApplication的时候报错。表现为红色在开发springboot的时候,使用注解@SpringBootApplication的时候报错。表现为红色第一步:检查自己maven安装目录(E:\java\springboot\apache-maven-3.3
springboot 开发遇到@SpringBootApplication爆红
在开发springboot的时候,使用注解@SpringBootApplication的时候报错。表现为红色
第一步:检查自己maven安装目录(E:\java\springboot\apache-maven-3.3.9\conf)下的setting.xml文件是否配置好,需要添加以下配置
jdk-1.8
true
1.8
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.compilerVersion>1.8</maven.compiler.compilerVersion>
alimaven
aliyun maven
http://maven.aliyun.com/nexus/content/groups/public/
spring-snapshots
http://repo.spring.io/libs-snapshot
spring-snapshots
http://repo.spring.io/libs-snapshot
第二步:检查自己file->setting->maven中的maven是否有配置好
image-20201021100846451
第三步:检查External Liberals文件夹下面是否已经导入MAVEN依赖包
如果显示只有jdk的依赖的话,右键项目->maven->reimport
更多推荐
所有评论(0)