spring-boot/spring-boot-docs
Stephane Nicoll afda0ec129 Default Hibernate DDL auto to none with Flyway/Liquibase
This commit adds a strategy interface to specific if a given DataSource
has its schema managed. The Hibernate auto-configuration uses it to set
it to "none" if a mechanism to initialize the DataSource is
found and "create-drop" otherwise.

Both Flyway and Liquibase implements that strategy interface and
register it in the context accordingly.

Closes gh-9262
2017-08-30 12:42:24 +02:00
..
src Default Hibernate DDL auto to none with Flyway/Liquibase 2017-08-30 12:42:24 +02:00
pom.xml Next development version 2017-07-27 08:00:21 +00:00