Skip to content

Commit

Permalink
issue #29: fixed AutoConfigureAfter ElasticsearchRestClientAutoConfig…
Browse files Browse the repository at this point in the history
…uration (moved in spring-boot 2.3)
  • Loading branch information
xtermi2 committed Mar 9, 2021
1 parent ae468db commit 8aac5fe
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"org.springframework.boot.autoconfigure.kafka.KafkaAutoConfiguration" // since spring-boot 1.5
})
@AutoConfigureAfter(name = {
"org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientAutoConfiguration" // since spring-boot 2.1
"org.springframework.boot.autoconfigure.elasticsearch.rest.RestClientAutoConfiguration", // spring-boot 2.1 / 2.2
"org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchRestClientAutoConfiguration" // spring-boot 2.3+
})
public class ElasticsearchEvolutionAutoConfiguration {

Expand Down

0 comments on commit 8aac5fe

Please sign in to comment.