Skip to content

ToryZhou/spring-data-es

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome

service docker restart
docker pull docker.elastic.co/elasticsearch/elasticsearch:6.1.1
docker run -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" docker.elastic.co/elasticsearch/elasticsearch:6.1.1

curl -u elastic http:https://127.0.0.1:9200/_cat/health
elastic
changeme

About

Spring data for the elasticsearch 6.1.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages