Код: Выделить всё
@RequestMapping(method = RequestMethod.GET, path = "/{id}", produces = "application/json")
public ResponseEntity getId(@PathVariable("id") final UUID id) {
}
< /code>
Когда я добавляю это в виде строки4df34f48-33ce-4da2-8eba-a682e2d1e698Код: Выделить всё
{4df34f48-33ce-4da2-8eba-a682e2d1e698}Что я могу сделать, чтобы добавить его здесь?
Подробнее здесь: https://stackoverflow.com/questions/726 ... an-request