Thomas Rollinger

Results 1 issues of Thomas Rollinger

Spring framework allows to use placeholder in the request mapping. ``` @RequestMapping("${people.path:/people}") interface PersonController {} ``` Using hateoas 1.1.0 and the linkTo(PersonController.class).toUri() method, the url is resolved as "/people}" with...