Reputation: 170899
Can Spring Data Neo4j be used "standalone" (i.e. outside Spring container) like Spring Data JPA can?
Upvotes: 1
Views: 154
Reputation: 83171
Currently you cannot use Spring Data Neo4j outside of a Spring Container as it does not integrate with the CDI integration support in Spring Data Commons yet.
Feel free to open a JIRA issue if you'd like to see support for that.
Upvotes: 1