geekyhacker.com
Spring Boot MySQL integration tests with Testcontainers
When it comes to writing database integration tests with Spring Boot, there are two options: an in-memory database or Testcontaienrs. As we already covered Testing Spring Data Repositories with H2 …