|
2 | 2 |
|
3 | 3 | Examples of different use cases provided by Testcontainers can be found below:
|
4 | 4 |
|
5 |
| -- [Kafka Cluster with multiple brokers](https://github.com/testcontainers/testcontainers-java/tree/master/examples/kafka-cluster) |
6 |
| -- [Linked containers](https://github.com/testcontainers/testcontainers-java/tree/master/examples/linked-container) |
7 |
| -- [Neo4j](https://github.com/testcontainers/testcontainers-java/tree/master/examples/neo4j-container) |
8 |
| -- [Redis](https://github.com/testcontainers/testcontainers-java/tree/master/examples/redis-backed-cache) |
9 |
| -- [Selenium](https://github.com/testcontainers/testcontainers-java/tree/master/examples/selenium-container) |
10 |
| -- [Selenium Module with Cucumber](https://github.com/testcontainers/testcontainers-java/tree/master/examples/cucumber) |
11 |
| -- [Singleton Container Pattern](https://github.com/testcontainers/testcontainers-java/tree/master/examples/singleton-container) |
12 |
| -- [Solr](https://github.com/testcontainers/testcontainers-java/tree/master/examples/solr-container) |
13 |
| -- [Spring Boot](https://github.com/testcontainers/testcontainers-java/tree/master/examples/spring-boot) |
14 |
| -- [Spring Boot with Kotlin](https://github.com/testcontainers/testcontainers-java/tree/master/examples/spring-boot-kotlin-redis) |
15 |
| -- [TestNG](https://github.com/testcontainers/testcontainers-java/tree/master/examples/redis-backed-cache-testng) |
16 |
| -- [ImmuDb](https://github.com/testcontainers/testcontainers-java/tree/master/examples/immudb) |
| 5 | +- [Kafka Cluster with multiple brokers](https://github.com/testcontainers/testcontainers-java/tree/main/examples/kafka-cluster) |
| 6 | +- [Linked containers](https://github.com/testcontainers/testcontainers-java/tree/main/examples/linked-container) |
| 7 | +- [Neo4j](https://github.com/testcontainers/testcontainers-java/tree/main/examples/neo4j-container) |
| 8 | +- [Redis](https://github.com/testcontainers/testcontainers-java/tree/main/examples/redis-backed-cache) |
| 9 | +- [Selenium](https://github.com/testcontainers/testcontainers-java/tree/main/examples/selenium-container) |
| 10 | +- [Selenium Module with Cucumber](https://github.com/testcontainers/testcontainers-java/tree/main/examples/cucumber) |
| 11 | +- [Singleton Container Pattern](https://github.com/testcontainers/testcontainers-java/tree/main/examples/singleton-container) |
| 12 | +- [Solr](https://github.com/testcontainers/testcontainers-java/tree/main/examples/solr-container) |
| 13 | +- [Spring Boot](https://github.com/testcontainers/testcontainers-java/tree/main/examples/spring-boot) |
| 14 | +- [Spring Boot with Kotlin](https://github.com/testcontainers/testcontainers-java/tree/main/examples/spring-boot-kotlin-redis) |
| 15 | +- [TestNG](https://github.com/testcontainers/testcontainers-java/tree/main/examples/redis-backed-cache-testng) |
| 16 | +- [ImmuDb](https://github.com/testcontainers/testcontainers-java/tree/main/examples/immudb) |
0 commit comments