Skip to content

Commit 845ad43

Browse files
add doc about remove operation id prefix
1 parent 2f580e8 commit 845ad43

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/modules/ROOT/pages/includes/getting-started.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@ quarkus.openapi-generator.codegen.spec.petstore_json.model-name-suffix=CustomMod
8888
quarkus.openapi-generator.codegen.spec.petstore_json.model-name-prefix=CustomModelPrefix
8989
----
9090

91+
You can customize the name of generated method. To do that, you must define the following properties:
92+
93+
[source,properties]
94+
----
95+
quarkus.openapi-generator.codegen.spec.petstore_json.remove-operation-id-prefix=true
96+
----
97+
9198
The same way you can add any additional annotations to the generated api files with `additional-api-type-annotations`. Given you want to include Foo and Bar annotations, you must define additional-api-type-annotations as:
9299

93100
[source,properties]

0 commit comments

Comments
 (0)