D
D
DartNyan2017-04-17 23:30:08
Java
DartNyan, 2017-04-17 23:30:08

How often is spring boot used?

Hello.
Sobsno, subject.
I'm a student, I started to learn EE and Spring, I liked spring boot because I didn't need to manually configure it (XML never attracts).
The question is how often it is used in companies and do I need to learn how to configure with handles or is it not necessary on pet projects and they don’t ask for interviews?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
aol-nnov, 2017-04-17
@aol-nnov

xml does not attract? use java configuration in bare spring!
on the third project, you will realize that you write too much of the same thing while describing the configuration.
and logically you will come to the conclusion why you need a spring boot (if you haven’t mastered reading the description of this project before posting on the toaster) :)

S
Sergey Gornostaev, 2017-04-18
@sergey-gornostaev

Only punks. Firstly, specialists do not need an autotuner, which, in essence, Spring Boot is. Secondly, if a company uses Spring, then the projects are not small, with a long lifespan. As a result, configuration time is vanishingly short compared to development and maintenance time. Spring Boot would make sense in some web studio that rivets several new projects a day. But Spring web studios don't usually use it.

F
Frozen Coder, 2017-04-18
@frozen_coder

Stylish, fashionable, youth, use.

S
Sergey Nesterenko, 2017-04-27
@SDNj

Suitable for a quick start (show functionality).
In the future, you will still need deeper settings, and therefore you need to understand it even more so for an interview.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question