August 2018
Intermediate to advanced
372 pages
9h 29m
English
Each Spring Boot version includes a curated list of dependencies. Because of this, you don't even have to know what artifacts and versions are required as a part of your application. You will always have the option to override these dependencies if you have to, but that is often unnecessary. This approach allows us to easily upgrade our Spring Boot applications.
Let's create a simple Spring Boot application by running the following curl command:
curl https://start.Spring.io/starter.zip -o Spring-boot-demo.zip
The preceding command will download a .zip file containing the following file structure:

Read now
Unlock full access