0

Have anybody tried to integrate liquibase with spring reactive stack? From what I've googled, liquibase still doesn't support r2dbc driver and it requires you to add both spring data jdbc & r2dbc dependencies. It works well with an empty project - but if there are already any repositories, both spring data jdbc & r2dbc try to resolve them and application fails. Perhaps there's a way to disable spring data jdbc repositories so it only works with the liquibase?

0 Answers0