报错信息:
Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:2.0.5.RELEASE from/to jitpack.io (https://jitpack.io): sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuil
问题:
从git上克隆下来的项目,导入idea中报红且不会自动导包。
解决方法:
一、确保要导入的包的版本,阿里云上有。
二、在执行maven命令时忽略证书检查。
-Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true