Spring Initializr change defaults
已回答
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
请先登录再写评论。
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