+ 1
#What is different between spring & spring boot?
In java
2 ответов
+ 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.
0
Spring simplifies the development of enterprise Java applications.
Spring-boot simplifies working with Spring by doing automatic configuration.