nb-springboot icon indicating copy to clipboard operation
nb-springboot copied to clipboard

Retrieve spring boot version in basic project from Initializr

Open AlexFalappa opened this issue 5 years ago • 0 comments

The New Basic Project wizard could try to retrieve the most recent Spring Boot RELEASE version according to the following strategies (in this order):

  1. from the Spring Initializr web service (https://start.spring.io/dependencies endpoint)
  2. querying the maven indices for the highest version of the dependency with groupId org.springframework.boot and artifactId spring-boot-starter
  3. fallback to a hard coded version

AlexFalappa avatar Jan 20 '20 14:01 AlexFalappa