spring-boot/spring-boot-docs
Dave Syer 49a09c807c Defer SQL initialization to fit with JPA better
Added 2 new spring.datasource.* properties ("data" like
"schema", and "deferDdl" like the "spring.jpa.hibernate.*"
flag). The SQL scripts are then run separately and the "data"
ones are triggered by a new DataSourceInitializedEvent,
which is also published by the Hibernate DDL schema export.

Fixes gh-1006
2014-06-02 13:10:50 +01:00
..
src/main Defer SQL initialization to fit with JPA better 2014-06-02 13:10:50 +01:00
pom.xml Combine maven-dependency-plugin declarations 2014-05-21 10:07:31 +01:00