Alexey Romanov
Alexey Romanov

Reputation: 170899

Using Spring Data Neo4j outside of Spring container

Can Spring Data Neo4j be used "standalone" (i.e. outside Spring container) like Spring Data JPA can?

Upvotes: 1

Views: 154

Answers (1)

Oliver Drotbohm
Oliver Drotbohm

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

Related Questions