Skip to content

Commit 7441eca

Browse files
authored
Fixed wrong application property specified in documentation for the server generator
Application property used for specifying input base directory currently faulty and is now updated.
1 parent 6dccf8e commit 7441eca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ IMPORTANT: it is relative to the project base directory. For example, if you hav
4747

4848
[source,properties]
4949
----
50-
quarkus.openapi.input-base-dir=openapi-definitions
50+
quarkus.openapi.generator.input-base-dir=openapi-definitions
5151
----
5252

5353
If a base package name is not provided, it will be used the default `io.apicurio.api`. You can customize it with the following property:
@@ -144,4 +144,4 @@ public class PetStoreImpl implements PetResource {
144144
}
145145
----
146146

147-
See the https://github.com/quarkiverse/quarkus-openapi-generator/tree/main/server/integration-tests[integration-tests] module for more information of how to use this extension. Please be advised that the extension is on experimental, early development stage.
147+
See the https://github.com/quarkiverse/quarkus-openapi-generator/tree/main/server/integration-tests[integration-tests] module for more information of how to use this extension. Please be advised that the extension is on experimental, early development stage.

0 commit comments

Comments
 (0)