D
D
Dominator1322019-10-29 18:16:17
Java
Dominator132, 2019-10-29 18:16:17

Chronology of learning spring and in particular boot and rest. What is Spring Boot used for?

At the moment I'm studying Spring, I've already mastered IOC, MVC, Data JPA, Security, but I just can't understand what Spring Boot is used for, and is it even worth learning? Prompt video tutorials or articles (can be paid) on the topic of Spring boot and Spring rest. And also explain in a nutshell why Boot is needed and what is its difference from MVC?
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Gornostaev, 2019-10-29
@Dominator132

Boot is just an autoconfigurator and a launcher that allows you not to manually write the context configuration and deploy the application on the application server.

S
sergey, 2019-10-29
kuzmin @sergueik

Sergey Gornostaev
SB is mainly useful for quickly generating projects via Spring Initializr https://start.spring.io/ and to docker

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question