I'm new in Spring and I'm using it with Graph ORM module, I have searched around internet but just found a little code somewhere, there is no full tutorial guide me step by step from configuration to implement it using repository pattern. Do you know any good tutorial about thi开发者_如何学JAVAs ? Please give me some suggestions. Thanks alot !
There are coding examples galore on github. Getting started guide can also be found in springsource project itself. I am not sure what step-by-step you need, but any of those examples can be stripped bare, and pom.xml mildly modified -- e.g. your artifact id -- so as to provide you a template Spring-Neo4j project.
[edit per comment]:
Hello-Worlds using Spring & Neo4j.
Maybe this tutorial will suit your needs? It has a foreword by Rod Johnson and all!
精彩评论