Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nhatthaiquang-agilityio/spring-elasticsearch
- Owner: nhatthaiquang-agilityio
- Created: 2017-12-28T02:11:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T02:39:05.000Z (about 7 years ago)
- Last Synced: 2024-04-16T07:09:42.221Z (9 months ago)
- Topics: docker, elasticsearch, spring-boot
- Language: Java
- Homepage:
- Size: 27.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 HTTPUsing docker-compose
```
$ docker-compose up
```