Skip to content

Springboot Elastic Search Java High Level REST Client Utils

Notifications You must be signed in to change notification settings

loeyae/es_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

es_utils

基于ElasticSearch Java High Level Rest Client的简易封装,适用springboot项目。

es配置

elasticsearch:
  cluster-nodes: ${ES_SERVER_HOST}

多个节点以逗号分隔,比如

elasticsearch:
  cluster-nodes: 192.168.0.2:9200,192.168.0.2:9300

使用方法可参考单元测试。

About

Springboot Elastic Search Java High Level REST Client Utils

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages