这个 Maven 认证错误表明什么?

what is this maven certification error indicates?

[错误] com.example 的不可解析的父 POM:dynamoWork:0.0.1-SNAPSHOT:无法传输工件 org.springframework.boot:spring-boot-starter-parent: pom:2.1.0.RELEASE from/to artie (https://repo.maven.apache.org/maven2/): sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target and 'parent.relativePath' 指向无本地 POM @ 第 14 行,第 10 列 -> [帮助 2]

您可能使用了代理。您需要在 settings.xml 中使用您组织的镜像站点,传递镜像站点的 id/password 并将该站点的证书安装到您的 jre\lib\security\cacert 文件中。