Is there way to show Flyway migration steps in console, while starting Spring Boot app? Migration is working correctly. I just do not see any log about it.
I have checked flyway properties, but there is nothing about it.
Is there way to show Flyway migration steps in console, while starting Spring Boot app? Migration is working correctly. I just do not see any log about it.
I have checked flyway properties, but there is nothing about it.
you could add this in your logback.xml file
or this to only get the sql scripts :