0

How to start Liquibase migrations before MyBatis mapping in a SpringBootApplication?

Is it an official way for it? I tried DependsOn it doesn't work, exposing cyclic dependency

J.J. Beam
  • 2,612
  • 2
  • 26
  • 55
  • We need more information on your question. What liquibase version are you using? What type of database are you using? Can you explain more about what you are trying to do using DependsOn? – Aditi Nov 30 '21 at 15:41

1 Answers1

1

Liquibase has a tutorial on how to use Liquibase with Spring boot and Maven. You could start from there.

Aditi
  • 357
  • 1
  • 7