Switch Redis samples to Testcontainers.

This commit is contained in:
Christoph Strobl
2024-08-22 07:21:45 +02:00
parent 7f3d39ddd9
commit dd846bd9e0
19 changed files with 107 additions and 88 deletions

View File

@@ -15,9 +15,13 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-data-redis-example-utils</artifactId>
<version>${project.version}</version>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-testcontainers</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>