I have a problem about the spring data neo4j model mapping.
There is a domain model like that
class Kn {
@GraphId Long id;
String name;
String title;
String content;
Type: Posts; User: youngjiandong; Keyword(s):
I have a problem about the spring data neo4j model mapping.
There is a domain model like that
class Kn {
@GraphId Long id;
String name;
String title;
String content;