<artifactId>spring-boot-maven-plugin</artifactId>报红

SpringBoot版本 :2.1.0.RELEASE

错误:插件没有版本号

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

改正:添加版本号依赖

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

在你提供的引用内容中,有几条关于<artifactId>spring-boot-maven-plugin</artifactId>的建议。根据引用,检查配置的地址是否正确,如果正确的话,可能不会。引用建议在<artifactId>spring-boot-maven-plugin</artifactId>下一行添加<version>2.3.5.RELEASE</version>,这样也可以解决的问题。引用提到需要注意Web中的SpringWeb的勾选以及SpringBoot的正确选择,否则在下载maven时可能会出现<artifactId>spring-boot-maven-plugin</artifactId>的情况。综上所述,你可以按照上述建议来解决<artifactId>spring-boot-maven-plugin</artifactId>的问题。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* *2* [关于idea配置完springboot后在pom.xml中“<artifactIdspring-boot-maven-plugin</artifactId>”出现...](https://blog.youkuaiyun.com/weixin_61517279/article/details/129718253)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] - *3* [Spring Boot的基础使用和< artifactIdspring-boot-maven-plugin</ artifactId>爆的处理](https://blog.youkuaiyun.com/m0_56245143/article/details/130294583)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值