用IDEA创建springboot项目遇到的问题:Plugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found

报错:Plugin 'org.springframework.boot:spring-boot-maven-plugin:' not found

在pom.xml文件中“spring-boot-maven-plugin” 报红了,显示not found 找不到。

用IDEA创建springboot项目遇到的问题:Plugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found_第1张图片

解决:

用IDEA创建springboot项目遇到的问题:Plugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found_第2张图片

 这个version里面的版本号是来着于你之前安装的依赖

用IDEA创建springboot项目遇到的问题:Plugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found_第3张图片

你可能感兴趣的:(报错,Idea,spring,boot,intellij-idea,maven)