Answer the question
In order to leave comments, you need to log in
If there is a difference in spring between spring boot and spring framework??
The title says it all.
I can't figure out if there's any huge difference between them. If there is, what is it?
Answer the question
In order to leave comments, you need to log in
Spring Framework - in fact, the framework on which the entire Spring.IO ecosystem (Framework, Data, Security and other projects) is based. It can be used both independently and in conjunction with other projects.
Spring Boot provides out-of-the-box bean configurations, minimizing configuration time.
Plus, Spring Boot, using the Maven plugin, allows you to build applications in the form of "thick JARs" into which all dependencies are collected. It is also possible to make a JAR executable.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question