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
Copy file name to clipboardExpand all lines: docs/generators/spring.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ These options may be applied as additional-properties (cli) or configOptions (pl
11
11
|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations). List separated by semicolon(;) or new line (Linux or Windows)||null|
12
12
|allowUnicodeIdentifiers|boolean, toggles whether unicode identifiers are allowed in names or not, default is false||false|
13
13
|apiFirst|Generate the API from the OAI spec at server compile time (API first approach)||false|
14
+
|apiNamePrefix|Prefix that will be prepended to all API names ('tags'). Default: empty string. e.g. Test => TestPetApi.||null|
15
+
|apiNameSuffix|Suffix that will be appended to all API names ('tags'). Default: Api. e.g. Pet => PetApi.||null|
14
16
|apiPackage|package for generated api classes||org.openapitools.api|
15
17
|artifactDescription|artifact description in generated pom.xml||OpenAPI Java|
16
18
|artifactId|artifactId in generated pom.xml. This also becomes part of the generated library's filename||openapi-spring|
0 commit comments