Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nhatthaiquang-agilityio/spring-elasticsearch

Example Spring Boot and Elasticsearch
https://github.com/nhatthaiquang-agilityio/spring-elasticsearch

docker elasticsearch spring-boot

Last synced: 19 days ago
JSON representation

Example Spring Boot and Elasticsearch

Awesome Lists containing this project

README

        

### Spring and ElasticSearch
------------------------------
Spring Boot 1.5.9 RELEASE
Create ElasticSearch server and spring connection

### Config
-----------
application.properties

### ElasticSearch
-------------------
ElasticSeach expose 9200 and 9300
Sping will communicate via 9300 port
9200 port using HTTP

Using docker-compose
```
$ docker-compose up
```