gpt4 book ai didi

spring-batch - 建筑 Spring 批 sample 申请

转载 作者:行者123 更新时间:2023-12-04 04:19:15 27 4
gpt4 key购买 nike

我正在尝试为Spring Batch 2.1.6构建示例应用程序。 (即spring-batch-2.1.6.RELEASE/samples/spring-batch-samples)使用Maven,但由于缺少插件而收到此错误:

[ERROR] Plugin com.springsource.bundlor:com.springsource.bundlor.maven:1.0.0.RELEASE or one of its dependencies could not be resolved: Failure to find com.springsource.bundlor:com.springsource.bundlor.maven:jar:1.0.0.RELEASE in http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced ->



我可以设置另一个存储库来获取此插件吗?我有点惊讶,因为这是Spring Batch的最新发布版本。

这是下载时来自pom的存储库部分:

<repositories>
<repository>
<id>com.springsource.repository.bundles.external</id>
<name>SpringSource Enterprise Bundle Repository - SpringSource Bundle External</name>
<url>http://repository.springsource.com/maven/bundles/external</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>

最佳答案

项目的父pom具有bootstrap概要文件,其中包含必要的存储库定义。使用命令mvn test -P bootstrap构建项目,它将下载依赖项。

P.S.这在readme的说明中进行了说明,该说明如何构建Spring Batch。如果他们还能在使用样本的说明中告诉您如何进行操作,那会很好-也许您可以提交错误报告?

关于spring-batch - 建筑 Spring 批 sample 申请,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5219760/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com