Created
December 21, 2011 22:19
-
-
Save eugenp/1507982 to your computer and use it in GitHub Desktop.
The Persistence Layer with Spring Data JPA - the Maven pom
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <dependency> | |
| <groupId>org.springframework.data</groupId> | |
| <artifactId>spring-data-jpa</artifactId> | |
| <version>1.0.2.RELEASE</version> | |
| </dependency> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This gist is used in:
http://www.baeldung.com/2011/12/22/the-persistence-layer-with-spring-data-jpa/