我正在玩spring-boot-sample-data-elastcisearch项目。我已经更改了 pom 并添加了:
SampleElasticsearchApplicationWebXml extends SpringBootServletInitializer
与嵌入的 Tomcat 一起运行。我的 application.properties 有
spring.data.elasticsearch.http-enabled=true
spring.data.elasticsearch.local=true
我希望能够连接到 localhost:9200 以使用 elasticsearch-head 或其他 JS 客户端。我错过了什么?谢谢,米兰