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

项目生成错误:应用程序的父POM不可解析

牧梓
2023-03-14

我正在使用maven创建我的第一个spring boot应用程序,我得到了这个错误:

bank_application:bank_application:0.0.1的不可解析父POM-快照:无法传输工件org.springframework.boot:spring-boot-starter-parent:POM:1.4.2

这是我的pom.xml

<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
         http://maven.apache.org/xsd/maven-4.0.0.xsd">

    <modelVersion>4.0.0</modelVersion>
    <groupId>Bank_Application</groupId>
    <artifactId>Bank_Application</artifactId>
    <version>0.0.1-SNAPSHOT</version>
    <parent>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-parent</artifactId>
        <version>1.4.2.RELEASE</version>
    </parent>
    <dependencies>
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-web</artifactId>
        </dependency>
    </dependencies>
    <properties>
        <java.version>1.8</java.version>
    </properties>
</project>

共有1个答案

符允晨
2023-03-14

你可能有代理问题,这很常见。(尤其是在安全政策通常非常严格的银行)。请参阅配置代理指南,其中也有很多与此相关的问题。

如果您不知道代理配置应该是什么,请与it服务讨论。

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

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

  • 我是Spring靴的初学者。我遵循了入门指南。但没有成功。之后,我从这个链接导入一个项目 http://www.springboottutorial.com/Introduction-to-jpa-with-spring-boot-data-jpa。 我想我错过了一些重要的配置。 谢谢你

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

  • 我刚刚做了我的第一个Spring Starter项目,我一直得到这个错误。 项目生成错误:COM的父POM不可解析。示例:aop_demo:0.0.1-snapshot:无法传输项目org.springframework.boot:spring-boot-starter-parent:POM:2.1.3.从/到repositor.spring.milestone(https://repo.spri

  • 项目生成错误:org.springframework:gs-spring-boot:0.1.0:无法传输org.springframework.boot:spring-boot-starter-parent:POM:1.3.6.来自https://repo.maven.apache.org/maven2的版本已缓存在本地存储库中,在经过central的更新间隔或强制更新之前,不会重新尝试解决。原始