Maven Commands
In this lesson, we'll look at Maven.
We'll cover the following...
Maven is a build tool. The configuration for a project is stored in a
pom.xml
file. http://start.spring.io/ offers a simple possibility for ...