在开发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

转自: springboot 开发遇到@SpringBootApplication爆红.

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐