当前位置: 首页 > 知识库问答 >
问题:

项目生成错误:不可解析的父POM:无法传输org.springframework.boot:spring-boot-starter-parent:

公良鸿畅
2023-03-14

有人帮我解决我在尝试保存pom.xml文件时遇到以下问题:

项目生成错误:不可解析的父POM:无法将org.springframework.boot:spring-boot-starter-parent:pom:2.5.0从http://UK.maven.org/maven2缓存在本地存储库中,在UK的更新间隔已过或强制更新之前,将不会重新尝试解析。原始错误:无法将项目org.springframework.boot:spring-boot-starter-parent:POM:2.5.0从/到UK(http://UK.maven.org/maven2):null到http://UK.maven.org/maven2/org/springframework/boot/spring-boot-starter-parent/2.5.0/spring-boot-starter-parent-2.5.0.POM,且“parent.relativePath”指向没有本地POM

这是我的pom.xml

4.0.0 org.springframework.Boot spring-boot-starter-parent 2.5.0 com.example MaBanque 0.0.1-snapshot MaBanque演示项目for Spring Boot 11 org.springframework.Boot spring-boot-starter-data-jpa org.springframework.Boot spring-boot-starter-security org.springframework.Boot spring-boot-starter-security org.springframework.Boot spring-boot-starter-thymeleaf org.thymeleaf.extras-springsecurity5

    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-devtools</artifactId>
        <scope>runtime</scope>
        <optional>true</optional>
    </dependency>
    <dependency>
        <groupId>mysql</groupId>
        <artifactId>mysql-connector-java</artifactId>
        <scope>runtime</scope>
    </dependency>
    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-test</artifactId>
        <scope>test</scope>
    </dependency>
    <dependency>
        <groupId>org.springframework.security</groupId>
        <artifactId>spring-security-test</artifactId>
        <scope>test</scope>
    </dependency>
</dependencies>

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

共有1个答案

宦飞
2023-03-14

缓存在本地存储库中,看起来您的maven无法加载尝试重新安装maven,并尝试使用https://start.spring.io生成这个项目

 类似资料:
  • 这是我的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 这条线引起问题。 项目构建错误: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已缓存在本地存储库中,直到

  • null 项目生成错误:无法解析得父POM无法传输org.springframework.boot:spring-boot-starter-parent:POM:2.0.0.来自http://repo.maven.apache.org/maven2/得版本已缓存在本地存储库中,在经过artie得更新间隔或强制更新之前,将不会重新尝试解析.原始错误:无法传输项目org.springframework

  • 我对Maven的世界是新的。我正在尝试创建一个虚拟的Spring Boot项目使用spring工具套件在一个私人公司。每当我尝试创建一个spring-boot项目时,我都会得到以下错误。是否与专用网络有关??如果没有,我的maven安装有什么问题吗?我怎么让它运行? 这里有个错误: 项目生成错误:com.example的父POM不可解析。dummy:dummy-project:0.0.1-snap

  • 这是我第一个使用spring Boot的项目。因此我尝试用父级更新pom.xml,如下所示: 然而,我在行中出现了一个错误: 项目生成错误:com.in28minutes的父POM不可解析。springboot:first-springboot-project:0.0.1-snapshot:找不到项目org.springframework.boot:spring-boot-starter-pare

  • 项目生成错误:不可解析的父POM:无法传输org.springframework.boot:spring-boot-parent:POM:1.2.3.来自http://central.maven.org/maven2/的版本已缓存在本地存储库中,在central的更新间隔已过或强制更新之前,将不会重新尝试解析。原始错误:无法传输项目org.springframework.boot:spring-b