Gradle - Groovy vs Gradle - Kotlin vs Maven for Java Spring Boot web application project on IntelliJ

51 views Asked by At

I am so new to Spring so could anyone please explain the differences between the three: Gradle - Groovy vs Gradle - Kotlin vs Maven? Even though my question is specifically for a Java web application project, I also want to hear your opinions in general about these three. enter image description here

1

There are 1 answers

0
Thanh Nguyen Chi Song On

That's not about spring, that is dependencies management.

  1. Dependencies : all the source code, API which is nessecerry in your project and make you save time for building your project.
  2. A project have many dependencies so we need a tool to manage dependencies.

So we have Gradle - Groovy vs Gradle - Kotlin vs Maven to manage dependencies for your application.

You just need to get that then choose one of your famous (suggest for Maven). Earch of them have different config in project but same target.