nkonev / r2dbc-migrate

R2DBC database migration library
https://nkonev.name/post/136
Apache License 2.0
98 stars 9 forks source link

Set `classpath:/db/migration/*.sql` as the default resource paths in Spring Boot starter #16

Closed hantsy closed 2 years ago

hantsy commented 2 years ago

Follow the Spring Boot pattern, set Set classpath:/db/migration/*.sql as the default resource paths in R2dbc Migrate Spring Boot starter. Thus just adding a dependency and no extra config to make it work.