Hello All,
I have successfully configured the Liquibase with MySQL & Spring boot Application.
When I tried to test the database I fired the crud queries on DB then also I can’t see the changes in the tables which generated by Liquibase.
So please let me know what’s was wrong?
My Configuration :
liquibase.properties
outputChangeLogFile=src/main/resources/config/liquibase/liquibase-outputChangeLog.xml
Thanks in advance