就是创建springboot初始化项目都引入不了依赖
##错误页面截图
[ERROR] Plugin org.apache.maven.plugins:maven-compiler-plugin:3.8.1 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-compiler-plugin:jar:3.8.1: Could not transfer artifact org.apache.maven:maven-parent:pom:33 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 -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException
这里面的我都尝试过了,java导入信任证书也无效,改变镜像文件也无效,设置mvn vm属性的时候,倒是可以通过maven的livestyle里面的插件下载依赖,但是刷新标记的按钮(reload all maven project)还是无效,还是会报无效证书的错误,
有没有大佬帮个忙解决一下,提点建议也行。
我想问问您,这问题后期有解决吗