删了从下也不行,
报下面的错误
Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:2.1.7.RELEASE from/to alimaven (http://maven.aliyun.com/nexus/content/groups/public/): PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
真是鼓捣了好几天了都不行,有大神知道是怎么个情况不
你的问题和我的问题一样,看了几种解决办法
重装jdk,向jdk导入证书,配置maven参数,都没有解决,你的问题解决了吗
http://maven.aliyun.com/nexus/content/groups/public/
访问不存在,确认下maven配置文件settings.xml中的仓库地址repository是不是配置成
http://maven.aliyun.com/nexus/content/groups/public/,
改成 https://maven.aliyun.com/repository/releases 试试。