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 [...]
The post Spring Boot MySQL integration tests with Testcontainers appeared first on Geeky Hacker.