Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 476 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 476 Bytes

grails-apidocs

Plugin to generate REST Api documentation

Installation

Add a dependency to BuildConfig.groovy:

plugins {
    runtime ":apidocs:0.1"
}

Usage

See apidocs-example grails application as a sample to use this plugin

Once the application is running, api documentation is available on <application_url>/apidocs