mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 17:35:22 +00:00
Instead of always creating a new ElasticSearch client, we now check for the presence of a custom bean configuration and use that if it's available. Closes gh-4143 Closes gh-4146