Skip to content
#

springfox

Here are 56 public repositories matching this topic...

Introduction and Example for OpenAPI specification & Swagger Open Source Tools, including swagger-editor, swagger-codegen and swagger-ui. Auto generation example for client SDKs, server code, asciidoctor and html documents.

  • Updated Jun 19, 2018
  • Java
billjamesdev
billjamesdev commented Apr 5, 2018

In a Grails controller, there are two forms for the static allowedMethods.
static allowedMethods = [ 'actionName': 'POST' ] // for a single verb
or
static allowedMethods = [ 'actionName': [ 'POST', 'GET' ] ] // for allowing more than one verb against a single action

The code in Actions.java that reads those verbs currently assumes the value in the allowedMethods map will be a String, an

Improve this page

Add a description, image, and links to the springfox topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the springfox topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.