Created Spring Boot and Spring Data Elasticsearch (asciidoc)

Peter-Josef Meisch 2019-07-14 13:14:23 +02:00
parent eb48e281e4
commit abe48ae284

@ -0,0 +1,10 @@
Spring Boot defines in it's dependency bom the versions of the different libraries that are supported in the respective Spring Boot version. It specifies a version for Spring Data Elasticsearch and one for Elasticsearch as well.
== Versions
The following table lists the versions of Spring Data Elasticsearch and Elasticsearch that are specified in the dependency bom
|===
| Spring Boot | Spring Data Elasticsearch | Elasticsearch |
| 2.1.4.RELEASE | Lovelace-SR6 | 6.4.3 |
|===