IDEA解决 Maven:unable to find valid certification path to requested target

在导入Spring依赖的时候,报了unable to find valid certification path to requested target这个错误。

解决办法:
添加参数:

-Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true

IDEA解决 Maven:unable to find valid certification path to requested target_第1张图片
然后接下来就可以安装我之前的那章文章来了。传送门

你可能感兴趣的:(平时报错和小知识点,maven,java,spring,bug)