I want to have Liquibase configured with my spring boot aplication, so I added dependencies to pom.xml and set the path to master.xml in application.properties. This works fine
There is one more programmatic approach.
@EnableAutoConfiguration(exclude = LiquibaseAutoConfiguration.class)
on Application main class