#55 Repository example skeleton

This commit is contained in:
Ilkka Seppala
2015-07-21 21:11:22 +03:00
parent cd07c5cf60
commit b22d2ddf89
6 changed files with 198 additions and 4 deletions

View File

@ -15,5 +15,20 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>1.7.1.RELEASE</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<version><!-- 4.2.0.Final -->5.0.0.CR2</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>9.4-1200-jdbc4</version>
</dependency>
</dependencies>
</project>