Add SpringBoot server generator

This commit is contained in:
diyfr
2016-05-04 16:38:36 +02:00
parent 9604257649
commit 8209653fb0
45 changed files with 2215 additions and 0 deletions

View File

@@ -0,0 +1 @@
{{#isBodyParam}}@ApiParam(value = "{{{description}}}" {{#required}},required=true{{/required}} {{#allowableValues}}, allowableValues="{{{allowableValues}}}"{{/allowableValues}}{{#defaultValue}}, defaultValue="{{{defaultValue}}}"{{/defaultValue}}) @RequestBody {{{dataType}}} {{paramName}}{{/isBodyParam}}