How to make elasticsearch embedded accessible via localhost:9200

后端 未结 2 1748
北荒
北荒 2021-02-20 12:26

I am playing with spring-boot-sample-data-elastcisearch project. I\'ve changed the pom and added:

SampleElasticsearchApplicationWebXml extends SpringBootServletI         


        
2条回答
  •  挽巷
    挽巷 (楼主)
    2021-02-20 13:07

    According to this ticket, you can now simply add this line to your configuration files:

    spring.data.elasticsearch.properties.http.enabled=true
    

提交回复
热议问题