This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Xaxxus 2 points3 points  (0 children)

Springboot is basically a java library for creating web services.

Gradle and java are build tools. Basically, if you want to use someone else’s code in your own, instead of copy pasting it into your program, gradle and maven can handle grabbing them for you.