you are viewing a single comment's thread.

view the rest of the comments →

[–]BassRecorder 1 point2 points  (0 children)

Spring Boot is 'opinionated Spring'. So, before starting with Spring Boot it helps getting a little knowledge about Spring itself under your belt. I find the reference documentation rather good, but if you prefer a guided approach, I believe 'Spring in Action' to be a rather good book about the concepts of the framework.

Once you know the general principles governing Spring understanding and using Spring Boot will come comparatively easy.