I'm trying to get the example running in the official spring boot documentation here: https://spring.io/guides/gs/spring-boot/#initial
I cd to my gitprojects folder and do
$ git clone https://github.com/spring-guides/gs-spring-boot.git
Cloning into 'gs-spring-boot'... remote: Enumerating objects: 1348, done. remote: Total 1348 (delta 0), reused 0 (delta 0), pack-reused 1348 Receiving objects: 100% (1348/1348), 776.07 KiB | 3.48 MiB/s, done. Resolving deltas: 100% (894/894), done.
I then
cd gs-spring-boot/complete
I then
$ ./gradlew bootRun
Downloading https://services.gradle.org/distributions/gradle-5.6.3-bin.zip
Exception in thread "main" javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
If the simplest possible official example doesn't work, how are we to get real (difficult) ones to work?