Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add api metadata yaml support for auto documentation tools #8

Conversation

jamestyack
Copy link

The added YAML fields are optional and can be used to help document the Dropwizard Spring application.

@@ -73,6 +73,16 @@ This is required to have maven build a "fat," executable jar file.

# dropwizard-spring sample service configuration

# High level information that describes the application. This can be pulled into auto documentation tools like Swagger.
apiMetadata:
rootServerName: www.someshop.zzz
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use standard www.example.com

@bflad
Copy link
Collaborator

bflad commented Feb 17, 2014

example.com fixes, otherwise LGTM

@boneill42
Copy link
Contributor

Agreed. LGTM aside from the notes from @bflad

@jamestyack
Copy link
Author

Agree, updating to example.com

James Tyack added 2 commits February 17, 2014 13:21
pabrahamsson added a commit that referenced this pull request Feb 20, 2014
…or_auto_documentation_tools

Add api metadata yaml support for auto documentation tools
@pabrahamsson pabrahamsson merged commit d002ba8 into hmsonline:master Feb 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants