The relevant property name has changed between Spring versions:
-
For Spring 4.x.x: the
liquibase.enabled=falseapplication property disables Liquibase. -
For Spring 5.x.x: the
spring.liquibase.enabled=falseapplication property disables Liquibase.
P.S. And for Flyway:
-
Spring 4.x.x:
flyway.enabled=false -
Spring 5.x.x:
spring.flyway.enabled=false