Add JPA to flyway sample

This commit is contained in:
Dave Syer
2014-05-06 18:03:06 -07:00
parent 15501eaafb
commit 9ba88cf6b4
4 changed files with 73 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>