Like most Spring Getting Started guides, you can start from scratch and complete each step or you can bypass basic setup steps that are already familiar to you. Either way, you end up with working code.
To start from scratch, move on to [scratch].
To skip the basics, do the following:
-
Download and unzip the source repository for this guide, or clone it using Git:
git clone https://github.com/spring-guides/{project_id}.git
-
cd into
{project_id}/initial
-
Jump ahead to [initial].
When you finish, you can check your results against the code in {project_id}/complete
.