Swagger grails Integration
问题 I am new to swagger and I want to integrate swagger to Restful API project using grails framework. Please help if anybody have any idea what i am doing wrong? my grails specification as below: | Grails Version: 3.0.7 | Groovy Version: 2.4.4 | JVM Version: 1.8.0_71 Did some settings for swagger as below: in build.gradle: dependencies { ... compile "io.swagger:swagger-core:1.5.3" compile "io.swagger:swagger-jaxrs:1.5.3" ... } in resources.groovy import io.swagger.jaxrs.config.BeanConfig beans =