mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-04 22:50:53 +00:00
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(library);
|
||||||
cliOptions.add(new CliOption(CodegenConstants.IMPL_FOLDER, CodegenConstants.IMPL_FOLDER_DESC));
|
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
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user