mirror of
https://github.com/spring-cloud/spring-cloud-netflix.git
synced 2026-09-24 04:09:00 +00:00
This commit adds the support to SpringMvcContract for path parameters defined in the class' @RequestMapping Annotation that is applied to all methods of a feign interface. fixes gh-1023