Usando Uuid Spring Boot Neo4J

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