tutorial-part-one
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This an example application of my blog entry: Spring Data JPA Tutorial Part One: Configuration http://www.petrikainulainen.net/programming/spring-framework/spring-data-jpa-tutorial-part-one-configuration/ RUNNING THE APPLICATION: - Download and install Maven 3 (http://maven.apache.org/download.html#Installation). If you have already installed Maven 3, you can skip this step. - Go the root directory of project (The one which contains the pom.xml file) - Run command mvn clean jetty:run - Start your browser and go to the location: http://localhost:8080