mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 04:19:03 +00:00
This commit adds auto-configuration support for Jest, an HTTP client for Elasticsearch. If Jest is present, a `JestClient` targeting a local elasticsearch instance is auto-configured. Several properties from the `spring.jest.*` namespace allows to tune the client. Closes gh-6032