Spring boot neo4j Repository read query from external properties file
hi guys I need help in the Spring boot neo4j repository @Query(" MATCH (u:User) WHERE u.userId =~ '(?i)'+$userId RETURN u.userId ") String userExistsById(@Param("userId") String pStrUserId); instead of writing query here (inside the interface repo) i...