It really was that easy....
1) Switched from Spring Boot 1.3.3 to 1.4.0M2 and made sure project pom was 
inheriting *correctly 
<http://docs.spring.io/spring-boot/docs/1.4.0.M2/reference/htmlsingle/#using-boot-maven-parent-pom>
 *from 
parent
2) Replaced the spring-data-releasetrain dependency with the 
spring-boot-starter-data-neo4j 

> <dependency>
>     <groupId>org.springframework.boot</groupId>
>     <artifactId>spring-boot-starter-data-neo4j</artifactId>
> </dependency>
>
> Learned by RTFM that the release train can be forced via 
application.properties. 
 
I am happily saving/loading objects from Neo4j via Spring boot 1.4 
repository/service/controllers and now it's beer-thirty. ;-) 

-Tim

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to