Description
It's the start.spring.io team's opinion that, for anyone starting a project today, Gradle is the better build system to use. This is particularly true for Spring Boot 3.0-based applications where the developer experience with AOT processing is quite a bit better with Gradle. We'd like to nudge the community towards using Gradle while ensuring that Maven's only a click away for those that prefer it.
For anyone who'd like Maven to always be their default, you can access start.spring.io using https://start.spring.io/#!type=maven-project. type
isn't the only parameter that's supported. You can also change the Java version, language, packaging, etc via the URL. You can use the Share button to generate a URL and then just keep the bits that you always want to use by default.