Relative Content

Tag Archive for spring-bootspring-data-neo4j

Spring Data Neo4J this.transactionTemplate is null on repository method

I have a Spring Boot project with the Spring Data Neo4J dependency. I have defined a few nodes, a relation and a repository. Now the application starts correctly, but when I send a request to an endpoint that executes a repository method (like save or findById), then it keeps telling me that the transactionTemplate is null. I am guessing this is a configuration issue, but I haven’t been able to find any helpful information online.