DEV Community

The beginner's guide to Spring Boot

Simon Taddiken on March 13, 2019

Disclaimer: This article probably seems shorter than you have expected regarding its title. In the end you will have learned that it's not. Spring...
Collapse
 
rnowif profile image
Renaud Humbert-Labeaumaz

I agree with your analysis and I think that Spring Boot is not the best way to learn Spring. I see it more as a way to help Spring developers to go faster when they bootstrap their Spring application. Indeed, without prior Spring knowledge, you end up doing pretty nasty stuff...

Collapse
 
kingnathanal profile image
William Britton

I agree as well. deploying a spring boot project as is, is good for quick development but will take some more configuring and tuning before throwing it in a prod-like an environment.

Collapse
 
siy profile image
Sergiy Yevtushenko

Even constant RTFM does not guarantee lack of nasty surprises with Spring. Eventually comes understanding that use of Spring is counterproductive.

Collapse
 
doomleika profile image
doomleika

A guide which tells me nothing but everything I already knew.

Very helpful. I am thrilled for you being in the community.