-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Description
I gave your integration a try with the hint that this project installs to the local maven repository. But I first hat to figure out that I need to specify
compile "io.springfox.grails:springfox-grails:1.0.0-SNAPSHOT"
as dependency instead of
compile "io.springfox:springfox-grails:{springfox-released-version}"
as stated in the readme. So I first had to figure out the right version (I thought it would be the current swagger version 2.6.1), then I had to figure out that it wasn't io.springfox but io.springfox.grails
In addition, a reference to`
compile "io.springfox:springfox-swagger-ui:2.6.1"
might be helpful for people to test the result.
Metadata
Metadata
Assignees
Labels
No labels