Quantcast
Channel: Liquibase Forums
Viewing all articles
Browse latest Browse all 2993

Strange Behaviour : Liquibase even configured correctly with Mysql & Spring boot but don't know then also don't know why database is not updating changelog & lock tables

$
0
0
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
  1. diffChangeLogFile=src/main/resources/config/liquibase/liquibase-diff-changeLog.xml
  2. promtOnNonLocalDatabase=false
  3. driver=com.mysql.jdbc.Driver
  4. url=jdbc:mysql://localhost:3306/testDB
  5. username=***
  6. password=***
  7. referenceUrl=hibernate:spring:com.org.test.domain?dialect=org.hibernate.dialect.MySQLInnoDBDialect

  8. liquibase.change-log=classpath:config/liquibase/liquibase-changeLog.xml
  9. outputChangeLogFile=src/main/resources/config/liquibase/liquibase-outputChangeLog.xml




Thanks in advance

Viewing all articles
Browse latest Browse all 2993

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>