Liquibase Spring boot - need help urgently

Hi @MikeOlivas

I am trying to create a spring boot application for liquibase in my project.
This is the structure:

But when i start my application all i see in logs is
13 16:58:11.938 INFO 25473 β€” [ main] c.i.web.liquibase.LiquibaseApplication : Starting LiquibaseApplication using Java 11.0.18 on WJCYX59TGV with PID 25473 (/Users/pjetly/Work/github/ecom-services/ecom-parent/liquibase/target/classes started by pjetly in /Users/pjetly/Work/github/ecom-services)
2023-06-13 16:58:11.940 INFO 25473 β€” [ main] c.i.web.liquibase.LiquibaseApplication : The following 1 profile is active: β€œlocal”
2023-06-13 16:58:12.593 INFO 25473 β€” [ main] c.i.web.liquibase.LiquibaseApplication : Started LiquibaseApplication in 1.018 seconds (JVM running for 1.627)

am i missing anything? why is it not picking up my bootstrap-local file and execute chanegsets?

this is resolved. i am able to start the application

How did you resolve this problem? Your answer could be useful to someone else who has the same problem in the future.

1 Like