Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/springfox/springfox-grails-demo
Sample application to demonstrate the capabilities of integrating with grails
https://github.com/springfox/springfox-grails-demo
grails openapi springfox swagger swagger-ui
Last synced: 3 days ago
JSON representation
Sample application to demonstrate the capabilities of integrating with grails
- Host: GitHub
- URL: https://github.com/springfox/springfox-grails-demo
- Owner: springfox
- Created: 2017-03-14T22:15:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T06:07:24.000Z (over 3 years ago)
- Last Synced: 2024-05-09T09:05:20.005Z (8 months ago)
- Topics: grails, openapi, springfox, swagger, swagger-ui
- Language: Groovy
- Size: 98.6 KB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# springfox-grails-demo
This is minimalistic repo, which assumes prior knowledge of grails 3.x.
Sample application to demonstrate the capabilities of integrating with grails
Details on how to configure the grails app are available in the [library repository](https://github.com/springfox/springfox-grails-integration). You can see this demo running [live here](https://immense-escarpment-17128.herokuapp.com/swagger-ui.html).
To run the application
```bash
./grailsw run-app
```the swagger-ui page should be available at `http://localhost:8080/swagger-ui.html`