Adapt to latest API change in SD Elasticsearch

See gh-29292
This commit is contained in:
Stephane Nicoll
2022-01-09 22:24:05 +01:00
parent f8aa8a9742
commit 5f67546534
13 changed files with 17 additions and 17 deletions

View File

@@ -16,7 +16,7 @@
package org.springframework.boot.docs.data.nosql.elasticsearch.connectingusingspringdata;
import org.springframework.data.elasticsearch.backend.elasticsearch7.ElasticsearchRestTemplate;
import org.springframework.data.elasticsearch.core.ElasticsearchRestTemplate;
import org.springframework.stereotype.Component;
@Component