zonkyio / embedded-database-spring-test

A library for creating isolated embedded databases for Spring-powered integration tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage of liquibase scripts

setofaces opened this issue · comments

Hello there. I am not sure that container uses liquibase sciprts properly, is there any sequence of actions to be performed in order to be sure liquibase is used? Couldnt find any information except refresh strategy.
At the moment, I have explictly written property spring.liquibase.change-log and @AutoConfigureEmbeddedDatabase(refresh = BEFORE_CLASS) on my test class. Is this enough, I strongly doubt.
Thank you in advance.

Dumb me, adding dependency of liquibase-core solved the problem, just scripts not enough