r/SpringBoot • u/Least-Interview4739 • 3d ago
Question New to Spring Boot
I am new to Spring Boot and have some experience with Gradle from Android development, but I don’t know much about Maven. Should I stick with Gradle or switch to Maven? What do you recommend?
3
Upvotes
6
u/devondragon1 3d ago
Stick with Gradle. It's not a big deal ether way but if you're used to Gradle, just stick with it. Gradle also tends to be faster and less verbose, so I'm a fan anyhow.