diff --git a/Spring-Data-Elasticsearch---Spring-Boot---version-matrix.md b/Spring-Data-Elasticsearch---Spring-Boot---version-matrix.md index 8f9a292..fac9696 100644 --- a/Spring-Data-Elasticsearch---Spring-Boot---version-matrix.md +++ b/Spring-Data-Elasticsearch---Spring-Boot---version-matrix.md @@ -33,5 +33,8 @@ To change version of ES from 1.5.2 to 1.7.2 add elasticsearch.version into your ``` +##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. \ No newline at end of file