You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, thanks for your plugin, works really well! It looks like it's the only openapi 3 spring plugin available.
Just one thing I noticed - @RequestMapping() annotation on endpoints is ignored, unless it has method = [RequestMethod.XYZ, ...] parameter. I believe that in kongchen's plugin or springfox you could set a set of methods that would be automatically used with these endpoints (and there was some default set of get, post, delete, put). Thanks!
The text was updated successfully, but these errors were encountered:
Hey, thanks for your plugin, works really well! It looks like it's the only openapi 3 spring plugin available.
Just one thing I noticed - @RequestMapping() annotation on endpoints is ignored, unless it has
method = [RequestMethod.XYZ, ...]
parameter. I believe that in kongchen's plugin or springfox you could set a set of methods that would be automatically used with these endpoints (and there was some default set of get, post, delete, put). Thanks!The text was updated successfully, but these errors were encountered: