Skip to content

wagnerjfr/yugabytedb-testcontainers-springboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YugabyteDB Integration Test With Spring Boot and Testcontainers

In this guide, we will demonstrate the creation of a straightforward YugabyteDB Integration Testing using Spring Boot and Testcontainers.

Testcontainers is a powerful solution for developers to effortlessly set up Docker images specifically designed for testing purpose, and the primary emphasis will be on utilizing Testcontainers for testing interactions with YugabyteDB database.


Full Article

Dockerized Testing for Seamless Database Integration in Java Applications

Dockerized Testing for Seamless Database Integration in Java Spring Boot Applications