Liquibase generate changelog from JPA entities
I have a Spring boot, spring data jpa project with a parent and three children modules. One of my modules is responsible for my JPA entities. I need generate one xml changelog with liquibase from this entities. In my liquibase.properties i have the code: changeLogFile=src/main/resources/db/changelog/db.changelog-master.xml url=jdbc:mysql://localhost:3306/test username=root password=root driver=com.mysql.jdbc.Driver outputChangeLogFile=src/main/resources/db/outputChangeLog/liquibase-outputChangeLog.xml referenceUrl=hibernate:spring:br.com.company.vacation.domain?dialect=org.hibernate.dialect