bsideup / testcontainers-microservices-example

http://testcontainers.org
8 stars 3 forks source link

Microservices testing demo

This is a project to demonstrate the usage of TestContainers testing library for the use case of microservices testing.

Getting started

First, make sure you have Docker installed.

The project uses Lombok, make sure that your IDE supports it. For instance, IDEA users might want to install the Lombok Plugin.

Running the tests

The project is a simple Spring Boot application. Just run DemoApplicationTests as a standard JUnit test case.