Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`