An open API service indexing awesome lists of open source software.

https://github.com/eiselems/spring-integration-test-tutorial

Spring Boot Integration Test using TestContainers Tutorial
https://github.com/eiselems/spring-integration-test-tutorial

Last synced: about 1 year ago
JSON representation

Spring Boot Integration Test using TestContainers Tutorial

Awesome Lists containing this project

README

          

# spring-integration-test-tutorial

This is the code repository for the tutorial at: http://localhost:4000/spring-boot-integration-testing-done-right/

It is a showcase for leveraging the power of Docker, Testcontainers and RestAssured to properly Integration Test a Spring Boot 2 Application.

As an example it is running an IntegrationTest which is bootstrapping a PostgreSQL Docker Container.