1
0
mirror of synced 2026-05-22 20:23:18 +00:00
Files
Peter-Josef Meisch 6eb038a344 DATAES-910 - Update to Elasticsearch 7.9.0.
Original PR: #512
2020-08-27 20:59:19 +02:00

8 lines
442 B
Plaintext

= Spring Data contribution guidelines
You find the contribution guidelines for Spring Data projects https://github.com/spring-projects/spring-data-build/blob/master/CONTRIBUTING.adoc[here].
== Running the test locally
In order to run the tests locally with `./mvnw test` you need to have docker running because Spring Data Elasticsearch uses https://www.testcontainers.org/[Testcontainers] to start a local running Elasticsearch instance.