You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Path to json configuration file. File content should be in a json
79
+
format {"optionKey":"optionValue", "optionKey1":"optionValue1"...}
80
+
Supported options can be different for each language. Run
81
+
config-help -l {lang} command for language specific config options.
82
+
83
+
-D <system properties>
84
+
sets specified system properties in the format of
85
+
name=value,name=value
86
+
75
87
-i <spec file>, --input-spec <spec file>
76
88
location of the swagger spec, as URL or file (required)
77
89
@@ -166,8 +178,60 @@ SwaggerYamlGenerator.java
166
178
TizenClientCodegen.java
167
179
```
168
180
169
-
Each of these files creates reasonable defaults so you can get running quickly. But if you want to configure package names, prefixes, model folders, etc., you may want to extend these.
181
+
Each of these files creates reasonable defaults so you can get running quickly. But if you want to configure package names, prefixes, model folders, etc. you can use a json config file to pass the values.
0 commit comments