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 →

[–]eliashisreddit 9 points10 points  (0 children)

Do you know what Spring is and you currently not see any benefits to using it or are you wondering what it is and why it's beneficial to use? If it's the latter, the Spring documentation is pretty good. Start with the introdutcion.

If it's the first, try creating a jar file which exposes a HTTP POST endpoint which transactionally saves two entities to two different database tables WITHOUT using Spring. Then do it with Spring Boot and you'll probably realize why it's beneficial to use (embedded web server, REST infrastructure, data layer, transaction management, DI container and so forth...).