[BAEL-3079]: Embedded Redis Server Article (#7368)

This commit is contained in:
Lukasz Rys
2019-07-21 14:52:37 +02:00
committed by Grzegorz Piwowarek
parent f0c877bf0c
commit 85d3960cf8
9 changed files with 158 additions and 0 deletions
+11
View File
@@ -15,6 +15,10 @@
</parent>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
@@ -33,6 +37,13 @@
<scope>test</scope>
</dependency>
<!-- Embedded Redis Server -->
<dependency>
<groupId>it.ozimov</groupId>
<artifactId>embedded-redis</artifactId>
<version>0.7.2</version>
<scope>test</scope>
</dependency>
<!-- Spock & Spring -->
<dependency>
<groupId>org.spockframework</groupId>