B
B
Bakotiinii2018-02-18 12:41:44
Java
Bakotiinii, 2018-02-18 12:41:44

Why do spring tutorials start with Maven projects?

I watch Spring training videos on IDea, I noticed that they always miss the opportunity to create a project from a Spring blank, and choose Maven. What's wrong with the Spring stub that comes with IDea?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
D3lphi, 2018-02-18
@D3lphi

If you think a little, you can come to the conclusion that any self-respecting developer should be able to create a project with handles. This is necessary in order to simply understand what's what and not feel discomfort from the fact that some kind of "magic" does everything for you. And when you learn how to create a project manually, you can use auxiliary tools with peace of mind. With the blank itself in IDEA, everything is in order.

Y
Yerlan Ibraev, 2018-02-19
@mad_nazgul

Because all the examples on the official Spring website are using maven or gradle and do not depend on the IDE.
With IDEA it is more convenient to use maven.
Therefore, I strongly recommend learning the basics of maven.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question