I have flyway and spring-boot working correctly, but I can\'t seem to wire up my spring.datasource.data correctly.
spring.datasource.data
If I have a file src/main/resou
src/main/resou
Try using classpath*, like the following:
spring.datasource.schema=classpath*:db/seeds/your_schema.sql spring.datasource.data=classpath*:db/seeds/one_project.sql