Use Flyway to bind flyway.*

Since Flyway has bean properties (with getters and setters)
it can be used to bin directly to the Environment (instead of
copying all the properties into FlywayProperties).

Fixes gh-806
This commit is contained in:
Dave Syer
2014-05-20 11:28:56 +01:00
parent 89e0b3d552
commit e118515d7a
7 changed files with 19 additions and 59 deletions

View File

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