How can you customise self, parent, children links in spring data rest with neo4j
问题 I am using spring data rest to create an API over neo4j. I don't want to expose nodeId in my URLs, therefore I have a UUID instead. More info on here: How can I change neo4j Id to UUID and get finder methods to work? How can I modify the auto-generated links by the spring-data-rest to reflect the change to UUID instead of nodeId? Thanks ----UPDATED--- public class CustomBackendIdConverter implements BackendIdConverter { @Autowired PracticeAreaRepository practiceAreaRepository; @Override