• Dave Syer's avatar
    Defer SQL initialization to fit with JPA better · 49a09c80
    Dave Syer authored
    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
    49a09c80
city.sql 89 Bytes