Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 327 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 327 Bytes

springboot-elasticsearch-jest

Example how to use spring-data-jest to connect to elasticsearch version > 5

spring-data-jest is spring Data implementation for ElasticSearch based on Jest Rest client

You should start elasticsearch instance on the same server where this app is running.

It was tested with elasticsearch5.6.2