Spring HelloWorld Example Using Eclipse and Maven

This article illustrates how to do a Spring Hello World by using Eclipse and Maven. You should install eclipse and maven plugin first. 1. Set up a Maven Project Create a Maven project by using the Wizard. GroupId identifies the project uniquely across all projects, so we need to enforce a naming schema. ArtifactId is … Read more