I am in the process of migrating my application to use SDN 4.1.0.RC1 but have encountered a few issues after trying to boot the application. I have made the necessary config
Expanding on @Holycowzer's answer for Maven users. Add the following line to your builds POM.xml. Note that this is will sit outside of your main tag set.
org.springframework.data
spring-data-releasetrain
Hopper-SR1
pom
import
I noticed some imports broke while doing this, simply add them explicitly as dependencies in your POM and everything should work as expected.