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

@@ -0,0 +1,2 @@
spring.jpa.generate-ddl: false
spring.jpa.hibernate.ddl-auto: none