Spring Starter项目在创建项目时带来错误

时间:2019-05-03 09:10:01

标签: java spring-boot

我正在通过eclipse使用Spring入门项目创建一个演示项目,并且将Web,Actuator和Webtools包含在此演示项目中。下载依赖项后,演示项目在pom.xml中显示错误,错误消息如下:

***" Multiple annotations found at this line:
    - Failure to transfer org.latencyutils:LatencyUtils:jar:2.0.3 from https://repo.maven.apache.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. Original error: Could not transfer artifact org.latencyutils:LatencyUtils:jar:2.0.3 from/to central 
     (https://repo.maven.apache.org/maven2): repo.maven.apache.org org.eclipse.aether.transfer.ArtifactTransferException: Failure to transfer org.latencyutils:LatencyUtils:jar:2.0.3 
     from https://repo.maven.apache.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. Original error: Could not transfer artifact org.latencyutils:LatencyUtils:jar:2.0.3 from/to central (https://repo.maven.apache.org/maven2): repo.maven.apache.org at "***

注意:这些只是前几行。

IDE和JDK详细信息:

面向企业Java开发人员的Eclipse IDE。 版本:2018-12(4.10.0) 版本号:20181214-0600

JDK 1.8

我试图更新eclipse和插件,但是更新过程仍然失败。

我创建了多个演示项目,并且依赖项的组合有所不同,我发现此错误与执行器依赖项有关。

0 个答案:

没有答案