Relative Content

Tag Archive for spring-boottestcontainers

Best practise for populating database in testcontainers?

I have a spring boot project. We are using liquibase for changes to the database. I have started to use testcontainers for integration testing because testing against one single test database (which is the setup we have now) is cumbersome and difficult to maintain.