springfox / springfox-javadoc

Ability to use Javadoc for documentation for generating OpenAPI specifications
Apache License 2.0
17 stars 15 forks source link

Added support for multiple request methods #17

Open JJK3 opened 5 years ago

JJK3 commented 5 years ago

I came across bug (#7) and decided to make these methods return Lists instead of Strings. I tested it locally and it works correctly for me.

dilipkrish commented 5 years ago

Thanks @JJK3 ill pull this in shortly