未能读取组织springframework批处理的工件描述符

时间:2018-11-22 06:47:26

标签: spring dependencies spring-batch pom.xml

我到处都在尝试解决Spring Batch的依存关系问题,但无济于事……仅当我手动使用“ mvn install:install-file -Dfile .........”时,导入文件是否可以解决错误。但这也增加了版本彼此不兼容的风险。

我已遵循此源文件尝试允许Intellij自动将依赖项下载/导入到我的库中,但没有任何效果:Failed to Read Artifact Descriptor: IntelliJ

还有其他方法允许这样做吗(例如将插件添加到pom.xml(?))?还是有我错过的东西,请指教!

    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-batch</artifactId>
    </dependency>>

0 个答案:

没有答案