nerdErg / swagger4jaxrs

This is a Grails plugin that adds Swagger support to document REST APIs of any Grails projects that use the Grails JAX-RS (JSR 311) plugin.
Apache License 2.0
10 stars 10 forks source link

Bean to configuration #14

Closed aaron-brown closed 10 years ago

aaron-brown commented 10 years ago

This makes it so you don't have to use the bean as the directions state in the README. The bean is managed by the plugin itself. All that is needed is to setup the appropriate config.

It also sets a dependency to the JaxRS Plugin, to ensure that at least 0.8 is installed.

I recommend merging #13 first.

aaron-brown commented 10 years ago

I am working on another commit to this PR, so I would advise not to merge just yet, if it is able to be merged.

If not, I will rebase once I've added the commit.

Thanks.

aruizca commented 10 years ago

No worries! Let me know when you finish

aaron-brown commented 10 years ago

Updated and rebased.

aruizca commented 10 years ago

Thanks!

aruizca commented 10 years ago

Version 0.2 is now released with pretty much all your changes among others :-)