i want to store some data in my neo4j database. i use spring-data-neo4j for that.
my code is like the follow:
for (int i = 0; i < newRisks.siz
I faced the same problem as OP. Really useful in my case was to change Neo4j usage from remote server mode to embedded. Good example of embedded SDN usage could be found here.