Spring boot - disable Liquibase at startup

前端 未结 6 1903
一生所求
一生所求 2021-02-05 00:45

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

6条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-05 01:02

    Add liquibase.enabled=false in your application.properties file

    Reference

    But if you don't want to use liquibase from application anymore, remove liquibase starter altogether from pom.

提交回复
热议问题