I am looking for xml configuration for exporting IDs. By default spring data rest repositories do not export id attribute.
Only solutions i found are configured via java classes.
Spring boot @ResponseBody doesn't serialize entity id
Basicaly equivalent of config.exposeIdsFor(Entity.class) in xml config.