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

https://github.com/testcontainers/testcontainers-showcase

Testcontainers ShowCase
https://github.com/testcontainers/testcontainers-showcase

Last synced: 9 months ago
JSON representation

Testcontainers ShowCase

Awesome Lists containing this project

README

          

# Testcontainers ShowCase

This is a sample SpringBoot application demonstrating how to use various features of [Testcontainers](https://www.testcontainers.org/).

## Prerequisites
* Install Java 17+
* Install Docker

## How to run tests?
```shell
./mvnw verify
```