Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The difference between the Spring Framework and Spring Boot? [closed]

It is better to choose for the first time: Spring Framework or Spring Boot?

like image 265
wss.world Avatar asked May 07 '14 06:05

wss.world


1 Answers

The Spring Framework is a core of all other Spring IO projects

Of course Spring Boot is based on Spring Framework, too, and provides the extension configuration on convention model, if say it in two words.

And I'd say it won't hurt to use Boot for all your applications and don't just rely on Spring Framework. Anyway I'm not sure that for your applications it will just enough to use Inversion of Control. I guess you are going to use other Enterprise features, like Security, MVC, JPA, Hadoop etc. And Boot allows to simplify the configurations for most of them.

All other useful info you can find on Spring IO

like image 133
Artem Bilan Avatar answered Oct 21 '22 16:10

Artem Bilan