Skip to content

Commit ecd27c5

Browse files
author
TechPrimers
authored
Add documenetation
1 parent 2d42e52 commit ecd27c5

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

README.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
1-
# spring-data-elastic-example-1
2-
Spring Data Elastic Search with REST
1+
# Spring Data Elastic Search Example
2+
This project depicts the Elastic Search functionality with Spring Data Elastic Search Example.
3+
4+
## Description
5+
This Project loads the list of Users into Elastic and Searches.
6+
Using the following endpoints, different operations can be achieved:
7+
- `/rest/search/{name}` - This returns the list of Users for a name.
8+
- `/rest/search/{salary}` - This returns the list of Users for the matching salary.
9+
- `/rest/search/all` - This returns all Users.
10+
11+
## Libraries used
12+
- Spring Boot
13+
- Spring REST Controller
14+
- Spring Data Elastic Search
15+
16+
## Git 2.10.0
17+
- IntelliJ IDEA 2016.2.4
18+
19+
## Compilation Command
20+
- `mvn clean install` - Plain maven clean and install

0 commit comments

Comments
 (0)