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

0
2 comments

Hello,

You can build your own Spring Initializr service and put the URL here:

See also https://alexpask.com/custom-spring-boot-initializr .

0

Awesome. Thank you

 

0

Please sign in to leave a comment.