项目生成错误:不可解析的父POM:无法传输org.springframework.boot:spring-boot-parent:POM:1.2.3.来自http://central.maven.org/maven2/的版本已缓存在本地存储库中,在central的更新间隔已过或强制更新之前,将不会重新尝试解析。原始错误:无法传输项目org.springframework.boot:spring-boot-parent:pom:1.2.3。从/到central(http://central.maven.org/maven2/)发布:proxy.somewhere.com和“parent.relativePath”
我试过这里所有的答案...到目前为止还没有成功...它在家庭网络工作...BT不在办公室...我还用代理更改了settings.xml文件,bt没有用。下面是我的pom.xml
http://maven.apache.org/xsd/maven-4.0.0.xsd“>4.0.0
<groupId>org.springframework</groupId>
<artifactId>gs-batch-processing</artifactId>
<version>0.1.0</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>1.2.3.RELEASE</version>
</parent>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-batch</artifactId>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>central</id>
<url>http://central.maven.org/maven2/</url>
</repository>
settings.xml:
------------------------------------------
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<localRepository/>
<interactiveMode/>
<usePluginRegistry/>
<offline/>
<pluginGroups/>
<servers/>
<mirrors/>
<proxies>
<proxy>
<id>myproxy</id>
<active>true</active>
<protocol>http</protocol>
<host>proxy.somewhere.com</host>
<port>7321</port>
<username>proxyuser</username>
<password>somepassword</password>
<nonProxyHosts>*.google.com|ibiblio.org</nonProxyHosts>
</proxy>
</proxies>
<profiles/>
<activeProfiles/>
谢谢,阿南丹
出现上述错误是因为http://central.maven.org/maven2/无法获取org.springframework.boot:-boot-parent:pom:1.2.3.发布依赖项。
我也得到了同样的
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.2.RELEASE</version>
</parent>
该问题在以下更改后得到解决:
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.8.RELEASE</version>
</parent>
请检查一次并给出你的反馈,无论它是否为你...
我正在创建简单的Spring Bootweb应用程序,我正在使用spring初始化器生成的项目 我已经在路径中设置了我的JDK和maven也为JAVA_HOME完成了设置 以下是我在项目中的POM
这是我的pom.xml 此行导致问题。 项目生成错误:com.skm:myapps:0.0.1-快照:无法解析org.springframework.boot:spring-boot-starter-parent:POM:2.0.2。来自https://repo.maven.apache.org/maven2的版本缓存在本地存储库中,在central的更新间隔已过或强制更新之前,不会重新尝试解析。
有人帮我解决我在尝试保存pom.xml文件时遇到以下问题: 项目生成错误:不可解析的父POM:无法将org.springframework.boot:spring-boot-starter-parent:pom:2.5.0从http://UK.maven.org/maven2缓存在本地存储库中,在UK的更新间隔已过或强制更新之前,将不会重新尝试解析。原始错误:无法将项目org.springfram
我得到了一些错误: 失败:生成失败,出现异常。 null 配置项目':Gisett-Backend'时出现问题。 无法解析配置“:gisett-backend:classpath”的所有工件。找不到io.spring.gradle:propdeps-plugin:0.0.9.发行版。在以下位置搜索:-https://repo.maven.apache.org/maven2/io/spring/gr
我在stackoverflow上读了几个“不可解析的父POM:”问题,但没有任何帮助。 我的目录结构如下: 我得到以下错误:
问题内容: 这是我的 pom.xml 这条线引起问题。 项目构建错误:com.skm:MyApps:0.0.1-SNAPSHOT的不可解析的父POM:无法从https:/转移org.springframework.boot:spring- boot-starter-parent:pom:2.0.2.RELEASE /repo.maven.apache.org/maven2已缓存在本地存储库中,直到