spring-liquibase-template/db-patcher/src/test/java/me/bvn13/service/db/patcher/DbPatcherTestConfig.java

10 lines
205 B
Java
Raw Normal View History

2022-04-11 12:55:02 +03:00
package me.bvn13.service.db.patcher;
import org.springframework.context.annotation.Import;
@Import({
me.bvn13.service.db.patcher.LiquibaseTestConfig.class
})
public class DbPatcherTestConfig {
}