Menggunakan UUID Spring Boot Neo4j

@Id
@GeneratedValue(generatorClass = UUIDStringGenerator.class)
private String id;
A-Siam