wkennedy / swagger4spring-web

Swagger support for Spring MVC
89 stars 46 forks source link

Adding support for multiple controller classes sharing the same resource path #11

Closed micksear closed 11 years ago

micksear commented 11 years ago

Works with duplicate @RequestMapping annotations and should also work with duplicate @Api annotations.

micksear commented 11 years ago

Hi Will, I'm a bit new to Github, but hopefully this should give you what you need. Thanks, Mick

wkennedy commented 11 years ago

Looks good! I'll merge the pull request.