A
A
artshelom2017-03-29 22:18:28
Spring
artshelom, 2017-03-29 22:18:28

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

1 answer(s)
A
Alexander Kosarev, 2017-03-30
@artshelom

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 question

Ask a Question

731 491 924 answers to any question