I am working on linking a Neo4J database to a spring-data application. I would like to add an annotation @QueryResult to a class but it says java: cannot find symbol. And, I cannot import org.springframework.data.neo4j.annotation
In my pom.xml I have :
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-neo4j</artifactId>
</dependency>
Thank you for your help and answers.