Код: Выделить всё
Map pathVariable = (Map) request.getAttribute( HandlerMapping.URI_TEMPLATE_VARIABLES_ATTRIBUTE );
Код: Выделить всё
@RequestMapping(value = "{uuid}/attributes", method = RequestMethod.POST)
public ResponseEntity addAttribute(@PathVariable("uuid") String uuid, HttpServletRequest request, HttpServletResponse response) {
//LOGIC
}
Я использую Spring 4.1 и JDK 1.6. Я не могу обновить его.
Подробнее здесь: https://stackoverflow.com/questions/552 ... ng-to-cont
Мобильная версия