I am creating a simple spring boot project using intellij ideas's built in spring initializer feature. below are the steps that i am performing.
- File --> new --> project --> spring initializer
- Select the required dependency or starters i.e JPA, WEB DEV tools etc
- then selecting and filling up the required stuffs i.e. gropId, ArtifactId.
Now on clicking after finish button IDE open's the project, and on bottom i see resolving dependency for a very short period (after clicking the maven tool window there are no dependencies which i selected earlier)
I tried to resolved the dependency using command mvn:install but get's an error
"Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:2.2.6.RELEASE from/to central (https://repo.maven.apache.org/maven2): sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target"