From c3e70bed16fb769304911a93f85df183d0c7eddc Mon Sep 17 00:00:00 2001 From: akonczak Date: Tue, 27 Aug 2013 15:08:59 -0700 Subject: [PATCH] Updated How to start with spring data elasticsearch (creole) --- How-to-start-with-spring-data-elasticsearch.creole | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/How-to-start-with-spring-data-elasticsearch.creole b/How-to-start-with-spring-data-elasticsearch.creole index f4e4565..531a427 100644 --- a/How-to-start-with-spring-data-elasticsearch.creole +++ b/How-to-start-with-spring-data-elasticsearch.creole @@ -39,7 +39,7 @@ 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 plane to develop new feature / or extend existing ones. How to configure your project: @@ -62,7 +62,7 @@ Snapshot spring plugin repository: }}} -The best way to do that without polluting spring-data-elasticsearch pom.xml is create/edit 'settings.xml' file in your '.m2' folder. +The best way to do that without polluting spring-data-elasticsearch pom.xml is create / edit 'settings.xml' file in your '.m2' folder. Example of the file can be found [[https://github.com/akonczak/spring-data-elasticsearch-mvn-config/blob/master/settings.xml|here]]