From c26cfc35b4ca3669d2a062c6c0e448095e22ac7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niko=20K=C3=B6bler?= Date: Fri, 10 Feb 2017 18:37:34 +0100 Subject: [PATCH] #70 add workaround description for Spring Boot >= 1.5.x --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index b7645b1b..0ad45c4e 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,22 @@ API changes will follow SEMVER and loosly the Spring Framework releases. `compile` and `runtime` dependencies are kept to a minimum to allow easy integartion, for example into Spring-Boot projects. +### Workaround for Spring Boot >= 1.5.x w/ Spring Framework Version >= 4.3.6 ### + +As with Spring Boot 1.5.x the `Ingalls` releasetrain of Spring Data is used, this leads to startup failures with the current version of this library. A possible workaround is to lock the use Spring Data releasetrain to `Hopper` like this (add to your `pom.xml`): + + + + + org.springframework.data + spring-data-releasetrain + Gosling-SR1 + pom + import + + + + ## Quick Start ## Download the JAR though [Maven](http://mvnrepository.com/artifact/com.github.derjust/spring-data-dynamodb):