Wednesday, September 7, 2016

Set a custom data.sql in Spring Boot

To set a custom `data.sql` in Spring Boot, use `spring.datasource.data` as follows:

spring.datasource.data=classpath*:test/trust_data_20160907.sql

No comments:

Post a Comment