hello,
I have a SpringBoot app with liquibase embedded to upgrade db. Currently, it executes db updates on app startup. Instead, I want to execute updates manually on demand. Is it possible run updates from command line using app jar without bringing liquibase.,jar separately ?
Regards,
Sergei