This repository contains the code accompanying the tutorial at https://docs.liquibase.com/workflows/database-setup-tutorials/hibernate.html
To run this demo, run the following command
> .\mvnw exec:exec
You can run the command below to get the library files for the migration:
> .\mvnw dependency:copy-dependencies -DoutputDirectory=${project.build.directory}/lib -Dhttps.protocols=TLSv1.2
Use the following command to generate a changelog XML file
> .\mvnw install
> liquibase --logLevel=INFO --defaultsFile=src/main/resources/liquibase.properties generateChangeLog
> .\mvnw liquibase:diff