@@ -1,6 +1,6 @@
|
|||||||
# Spring Data Examples
|
# Spring Data Examples
|
||||||
|
|
||||||
[](https://travis-ci.org/spring-projects/spring-data-examples)
|
[](https://travis-ci.org/spring-projects/spring-data-examples)
|
||||||
|
|
||||||
This repository contains example projects for the different Spring Data modules to showcase the API and how to use the features provided by the modules.
|
This repository contains example projects for the different Spring Data modules to showcase the API and how to use the features provided by the modules.
|
||||||
|
|
||||||
@@ -82,6 +82,8 @@ We have separate folders for the samples of individual modules:
|
|||||||
* `sentinel` - Example for Redis Sentinel support.
|
* `sentinel` - Example for Redis Sentinel support.
|
||||||
* `streams` - Example for [Redis Streams](https://redis.io/topics/streams-intro) support.
|
* `streams` - Example for [Redis Streams](https://redis.io/topics/streams-intro) support.
|
||||||
|
|
||||||
|
Local Redis instances must be running to run the tests.
|
||||||
|
|
||||||
## Spring Data REST
|
## Spring Data REST
|
||||||
|
|
||||||
* `headers` - A sample showing the population of HTTP headers and the usage of them to perform conditional `GET` requests.
|
* `headers` - A sample showing the population of HTTP headers and the usage of them to perform conditional `GET` requests.
|
||||||
@@ -117,4 +119,4 @@ We have separate folders for the samples of individual modules:
|
|||||||
in the IntelliJ plugins repository and as
|
in the IntelliJ plugins repository and as
|
||||||
a [download](https://projectlombok.org/download) for Eclipse-based IDEs.
|
a [download](https://projectlombok.org/download) for Eclipse-based IDEs.
|
||||||
|
|
||||||
You need Java 16 or newer to run and compile the examples.
|
You need Java 16 or newer and Docker to run and compile the examples. Most examples start their database via Testcontainers unless stated otherwise.
|
||||||
|
|||||||
@@ -35,12 +35,6 @@
|
|||||||
<artifactId>java-driver-core</artifactId>
|
<artifactId>java-driver-core</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
|
||||||
<groupId>com.google.guava</groupId>
|
|
||||||
<artifactId>guava</artifactId>
|
|
||||||
<version>18.0</version>
|
|
||||||
</dependency>
|
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user