Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieve spring boot version in basic project from Initializr #155

Open
AlexFalappa opened this issue Jan 20, 2020 · 0 comments
Open

Retrieve spring boot version in basic project from Initializr #155

AlexFalappa opened this issue Jan 20, 2020 · 0 comments
Milestone

Comments

@AlexFalappa
Copy link
Owner

AlexFalappa commented Jan 20, 2020

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 AlexFalappa added this to the Future milestone Jan 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant