Skip to content

Instantly share code, notes, and snippets.

@vinimonteiro
Created January 24, 2021 21:26
Show Gist options
  • Save vinimonteiro/b34c8722024e1189beeca27e10ec35da to your computer and use it in GitHub Desktop.
Save vinimonteiro/b34c8722024e1189beeca27e10ec35da to your computer and use it in GitHub Desktop.
grommet-swagger-spring possible parameters
#None of these properties are required. There are default values if not provided.
#If embedded in another application, the values are taken from there, from the application application.properties
#If not provided, theme=grommet
grommet-swagger.theme=hpe
#If not provided, open-api-url-path=/v3/api-docs
grommet-swagger.open-api-url-path=/v3/api-docs
#If not provided, route-prefix=grommet-swagger
grommet-swagger.route-prefix=/api
#Not required if accessed via localhost or internal server url.
#However, if accessed via vanity url or load balancer, this property is required.
#grommet-swagger.app-url=https://developer.x.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment