Updated How to start with spring data elasticsearch (creole)

Mohsin Husen 2013-09-09 04:12:13 -07:00
parent 4f58230a68
commit 107753f5e2

@ -39,11 +39,11 @@ Having both entries in the pom file you should be able to use spring-data-elasti
**Case 2:**
I have a plane to develop new feature / or extend existing ones.
I have a plan to develop new feature / or extend existing ones.
How to configure your project:
Project has dependencies with spring-data-parent to fulfil that we need to add information about snapshot spring repository and snapshot spring plugin repository.
Project has dependencies with spring-data-parent to fulfill that we need to add information about snapshot spring repository and snapshot spring plugin repository.
Snapshot spring repository:
{{{
@ -66,4 +66,3 @@ The best way to do that without polluting spring-data-elasticsearch pom.xml is c
Example of the file can be found [[here|https://github.com/akonczak/spring-data-elasticsearch-mvn-config/blob/master/settings.xml]]