Spring Initializr change defaults
Answered
Is there a way to change the default values in the Spring Initializr wizard? In particular, I'd like to change:
- the default Type to Gradle
- the default Group from `com.example` to `com.mydomain`
- the default Java version to 8
Please sign in to leave a comment.
Hello,
You can build your own Spring Initializr service and put the URL here:
See also https://alexpask.com/custom-spring-boot-initializr .
Awesome. Thank you