What is the right way to persist and retrieve entities with Spring Data Neo4j?
I have an issue I am experiencing in an application that I am developing in spring boot with Spring Data Neo4j. This could probably be chalked up to wrong data modelling on my part (it’s sort of too late to change this now), but some behaviours I have been experiencing are not expected.
@Query not returning all data in Spring boot with Spring data neo4j
I have the query below in a Spring boot application using Spring data neo4j. When I run the query as a standalone cypher query, it returns all the data that I am looking for, however, when I run the same query in the spring boot application, it does not return all the data I need. It just goes about a level or 2 deep.
neo4j connection using port 80 (Server responded HTTP)
I’m using Spring Boot (3.3.0) to connect to neo4j but I have this error
Unable to connect to Neo4J database from Spring Boot application with credentials
I was able to connect to Neo4J database from Spring Boot Application without authentication. I now enabled authentication and tries to connect, but it is complaining about