Skip to content

Commit 85e57a3

Browse files
author
Satendra Kumar
committed
update README
1 parent 033a496 commit 85e57a3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
11
# es-java-client-sample
2+
Prerequisite : Java 8 and Later version
3+
4+
### Start ElasticSearch
5+
1) Download elasticsearch from [here](https://www.elastic.co/downloads/elasticsearch)
6+
2) Extract downloaded elasticsearch
7+
3) cd elasticsearch-X.X.X
8+
4) $ bin/elasticsearch
9+
10+
11+
### Run project
12+
$ mvn package
13+
$ mvn exec:java -Dexec.mainClass="com.es.app.ESApp"
14+

0 commit comments

Comments
 (0)