我添加了Liquibase changelog文件,并且它们在我的原始数据库中加载良好。我已经编写了单元测试来测试我的存储库,并将/typings/main.d.ts
与TestEntityManager一起使用。
运行测试时,它不会加载liquibase文件,也不会创建数据库并获得验证异常,因为我正在使用
验证表@DataJpaTest
这是我的考试
spring.jpa.hibernate.ddl-auto=validate
我点击了此链接以添加Importautoconfiguration,但是它没有用 https://github.com/spring-projects/spring-boot/issues/5716