Skip to content

Commit

Permalink
Fixed wrong application property specified in documentation for the s…
Browse files Browse the repository at this point in the history
…erver generator

Application property used for specifying input base directory currently faulty and is now updated.
  • Loading branch information
rednalyn authored Oct 28, 2024
1 parent 6dccf8e commit 7441eca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/includes/server-getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ IMPORTANT: it is relative to the project base directory. For example, if you hav

[source,properties]
----
quarkus.openapi.input-base-dir=openapi-definitions
quarkus.openapi.generator.input-base-dir=openapi-definitions
----

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:
Expand Down Expand Up @@ -144,4 +144,4 @@ public class PetStoreImpl implements PetResource {
}
----

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.
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 comments on commit 7441eca

Please sign in to comment.