#What is different between spring & spring boot? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

#What is different between spring & spring boot?

In java

7th Aug 2020, 5:22 AM
Amit
Amit - avatar
2 Antworten
+ 1
Spring is whole framework which contains many modules, as Spring data jpa, spring Security itp.. Spring boot is part of spring, which allow to run your app in web enviroment, tomcat for example and you can use app from a web browser. Briefly.
7th Aug 2020, 4:25 PM
Bartek
Bartek - avatar
0
Spring simplifies the development of enterprise Java applications. Spring-boot simplifies working with Spring by doing automatic configuration.
8th Aug 2020, 9:13 AM
zemiak