Hello,
I had scrutinized your code and I couldn't find where did you include the embedded instance of neo4j
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j</artifactId>
<version>3.1.0</version>
</dependency>
If you are using embedded-driver shouldn't you include the embedded instance?
Hello,
I had scrutinized your code and I couldn't find where did you include the embedded instance of neo4j
If you are using embedded-driver shouldn't you include the embedded instance?