7. Getting Started

Now that we've walked you through the creation and testing of your first Spring application, it's time to dig a little deeper into Spring. Articles and examples will cover different areas of the Spring Framework and other Spring projects. Before we do, use the following instructions to set up your Spring environment, and check out these basic DI examples.

Setup

Follow the Project Checkout instructions for git, then go to the project (relative path below).

$ cd core/basic-dependency-injection

General Setup Instructions

General instructions for checking out the project with Eclipse and building with Maven.

Example Project Setup