Spring Boot 2.1.2在https://github.com/spring-projects/spring-boot/blob/v2.1.2.RELEASE/spring-boot-project/spring-boot-dependencies/pom.xml中将Elasticsearch版本定义为6.4.3。
但是,Spring Data Elasticsearch在https://github.com/spring-projects/spring-data-elasticsearch/blob/3.1.4.RELEASE/pom.xml
中将版本定义为6.2.2。因此,如果我们不强制使用版本,则Gradle将为Elasticsearch库使用最高版本6.4.3。是否需要按照https://github.com/spring-projects/spring-data-elasticsearch的兼容版本表中的说明手动将Elasticsearch版本降级到6.2.2?
答案 0 :(得分:0)
不需要降级Spring Boot提供的Elasticsearch 6.4.3版本,因为Spring Data Elasticsearch 3.1.4已通过与Elasticsearch版本6.4.3的集成测试。