Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.