The New Basic Project wizard could try to retrieve the most recent Spring Boot RELEASE version according to the following strategies (in this order):
- from the Spring Initializr web service (https://start.spring.io/dependencies endpoint)
- querying the maven indices for the highest version of the dependency with groupId
org.springframework.boot and artifactId spring-boot-starter
- fallback to a hard coded version
The New Basic Project wizard could try to retrieve the most recent Spring Boot RELEASE version according to the following strategies (in this order):
org.springframework.bootand artifactIdspring-boot-starter