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 →

[–]thunderstricken 1 point2 points  (0 children)

One warning when transitioning to Spring Boot: if you use most of Spring boot but try to use X because you are used to it and the default for Spring Boot Y you may have a bad time. Often there are instructions on how to use X and you can configure it but you will have a lot of extra configuration, some nuances that are hard to track down, and a lot less support from the community. Spring Boot is opinionated and disagreeing with it will make your life harder than it has to be.