spring boot - neo4j - java.lang.IllegalArgumentException: argument type mismatch
问题 I'm having a trouble with mapping an object Employee to my database when invoking a default method in my Employee repository. I get an argument type mismatch when invoking an employeerepository.findall() method Employee repository package org.jarivm.relationGraph.repositories; import org.jarivm.relationGraph.domains.Employee; import org.jarivm.relationGraph.domains.Project; import org.springframework.data.neo4j.annotation.Query; import org.springframework.data.neo4j.repository.GraphRepository