1.环境

win10
jdk13
Eclipse IDE for Enterprise Java Developers Version: 2019-12 (4.14.0)
apache-maven-3.6.3
Spring Tools 4

2.场景:创建springboot项目发生问题

SunCertPathBuilderException: unable to find valid certification path to requested target
SunCertPathBuilderException: unable to find valid certification path to requested target

3.解决办法

复制https://start.spring.io到浏览器访问刷新,创建报错就刷新浏览器验证访问是否可以,如果可以重启并且重新创建
SunCertPathBuilderException: unable to find valid certification path to requested target

4.重启eclipse,重新创建springboot项目

SunCertPathBuilderException: unable to find valid certification path to requested target
SunCertPathBuilderException: unable to find valid certification path to requested target
SunCertPathBuilderException: unable to find valid certification path to requested target
SunCertPathBuilderException: unable to find valid certification path to requested target
SunCertPathBuilderException: unable to find valid certification path to requested target
创建成功

相关文章: