Liquibase doesn't excecute changesets
问题 I want to run Liquibase on startup but the changeset won't be executed. I'm currently writing a JavaFX application for University. For my DB (SQLite) connection I use Hibernate and for my DB integration I use Liquibase. Now I created a method that should execute/update the changesets. But when I start my application zero changesets has been executed and my DB has no Tables (except DATABASCHANGELOG) in it. This is my Main Class: package main; import javafx.application.Application; import