nb-springboot
nb-springboot copied to clipboard
Retrieve spring boot version in basic project from Initializr
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.bootand artifactIdspring-boot-starter - fallback to a hard coded version