spring-data-elasticsearch/CONTRIBUTING.adoc
Greg L. Turnquist 19ec481856
Migrate to main branch.
See #1750.
2021-04-15 13:04:54 -05:00

8 lines
440 B
Plaintext

= Spring Data contribution guidelines
You find the contribution guidelines for Spring Data projects https://github.com/spring-projects/spring-data-build/blob/main/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.