Updated Spring Data Elasticsearch Spring Boot version matrix (markdown)

Artur Konczak 2016-06-27 11:10:19 +01:00
parent 26eba45285
commit 78fa6bd25b

@ -33,5 +33,8 @@ To change version of ES from 1.5.2 to 1.7.2 add elasticsearch.version into your
</properties> </properties>
``` ```
##3. Caused by: java.lang.IllegalArgumentException: @ConditionalOnMissingBean annotations must specify at least one bean (type, name or annotation)
You have mixed version of Spring Boot 1.3.5 with ES 2.x.x and this will not work - please look at Point 1.