Configure Flyway with Spring Data R2DBC in Spring Boot
In the previous tutorial, I showed you how to configure Flyway with the Spring Boot application using Spring Data JDBC. If your Spring Boot application is using Spring Data R2DBC, then Flyway will not work. For example, I have a Spring Boot project with Flyway,… Read More