-
Notifications
You must be signed in to change notification settings - Fork 36
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
How to create Spring Boot 2.7 project? #233
Comments
In fact, start.spring.io still support 2.7.2 generation. Just check the following link. It still supported, but the doesn't list the outdated versions. Is it possible add the hidden/outdated version back to the extension? |
As you pointed out, it is still supported by the website, however for generating projects with 2.7 it is required to force this on the request, not relying on the API options. As this project is entirely based on the API responses to show available options for each step, I believe it would "break" the original intent of this extension. That is merely my opinion though, the project maintainers would be the best advisors on this issue. If it's considered as a valid addition, I would gladly make a PR for such change ;) @jdneo and @testforstephen could you give us some guidance on this matter? |
+1 |
I want to use spring boot 2.5.6 ? |
In Spring Initializr Java Support
v0.11.2
, it seems drop support for Spring Boot 2.7.Is it possible add it back?
The text was updated successfully, but these errors were encountered: