forked from loafle/openapi-generator-original
Added missing cliOptions for JaxRSServerCodegen
This commit is contained in:
parent
faadccf371
commit
43807adf4f
@ -50,6 +50,8 @@ public class JaxRSServerCodegen extends JavaClientCodegen {
|
||||
|
||||
cliOptions.add(library);
|
||||
cliOptions.add(new CliOption(CodegenConstants.IMPL_FOLDER, CodegenConstants.IMPL_FOLDER_DESC));
|
||||
cliOptions.add(new CliOption("title", "a title describing the application"));
|
||||
cliOptions.add(new CliOption("dateLibrary", "the date library to use when generating code: joda or java8"));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user