Mhhao

关注

解决maven报错Plugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found

Mhhao

关注

阅读 270

2022-02-17

问题

无版本号

解决

添加版本号,版本号需与springboot项目创建时的版本号一致

<plugin>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-maven-plugin</artifactId>
    <version>2.6.3</version>
</plugin>

相关推荐

萧让听雪

Plugin ‘org.springframework.boot:spring-boot-maven-plugin:‘ not found

萧让听雪 173 0 0

小编

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

小编 33 0 0

杨沐涵

Cannot resolve plugin org.springframework.boot spring-boot-maven-plugin:<unknown>

杨沐涵 188 0 0

中间件小哥

未找到插件 ‘org.springframework.boot:spring-boot-maven-plugin‘

中间件小哥 199 0 0

古得曼_63b6

spring-boot-maven-plugin

古得曼_63b6 233 0 0

凉夜lrs

org.springframework.boot:spring-boot-maven-plugin:2.2.11.RELEASE:repackage failed: Unable to find ma

凉夜lrs 184 0 0

止止_8fc8

maven下载spring-boot-maven-plugin失败

止止_8fc8 177 0 0

言诗把酒

Maven插件系列之spring-boot-maven-plugin

言诗把酒 229 0 0

东林梁

SpringBoot入门之spring-boot-maven-plugin

东林梁 102 0 0

斗米

spring-boot-maven-plugin 插件,关闭自动test

斗米 179 0 0

精彩评论(0)

0 0 举报