metanil
Results
1
issues of
metanil
Currently, ``` java @RequestMapping(value = "/abc/{id}/def", method = RequestMethod.PUT) void methodA(@PathVariable("id") int id) {} ``` is not supported if you define more than one /abc/**\* URI base. Only trailing PathVariable...
feature request
qbit 2