Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion client/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<version.org.openapitools>7.12.0</version.org.openapitools>
<version.org.slf4j>2.0.17</version.org.slf4j>
<version.com.github.jknack>4.3.1</version.com.github.jknack>
<version.io.swagger.parser>2.1.25</version.io.swagger.parser>
</properties>

<dependencies>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* xref:client.adoc[Client Generator]
* xref:server.adoc[Server Generator]
* xref:server.adoc[Server Generator]
* xref:moqu.adoc[Moqu Wiremock Generator]
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[.configuration-legend]
icon:lock[title=Fixed at build time] Configuration property fixed at build time - All other configuration properties are overridable at runtime
[.configuration-reference.searchable, cols="80,.^10,.^10"]
|===

h|[.header-title]##Configuration property##
h|Type
h|Default

a|icon:lock[title=Fixed at build time] [[quarkus-openapi-generator-moqu-wiremock_quarkus-openapi-generator-moqu-resource-dir]] [.property-path]##link:#quarkus-openapi-generator-moqu-wiremock_quarkus-openapi-generator-moqu-resource-dir[`quarkus.openapi-generator.moqu.resource-dir`]##
ifdef::add-copy-button-to-config-props[]
config_property_copy_button:+++quarkus.openapi-generator.moqu.resource-dir+++[]
endif::add-copy-button-to-config-props[]


[.description]
--
Path to the Moqu (relative to the project).


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_OPENAPI_GENERATOR_MOQU_RESOURCE_DIR+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_OPENAPI_GENERATOR_MOQU_RESOURCE_DIR+++`
endif::add-copy-button-to-env-var[]
--
|string
|`openapi`

|===

Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[.configuration-legend]
icon:lock[title=Fixed at build time] Configuration property fixed at build time - All other configuration properties are overridable at runtime
[.configuration-reference.searchable, cols="80,.^10,.^10"]
|===

h|[.header-title]##Configuration property##
h|Type
h|Default

a|icon:lock[title=Fixed at build time] [[quarkus-openapi-generator-moqu-wiremock_quarkus-resource-dir]] [.property-path]##link:#quarkus-openapi-generator-moqu-wiremock_quarkus-resource-dir[`quarkus.resource-dir`]##
ifdef::add-copy-button-to-config-props[]
config_property_copy_button:+++quarkus.resource-dir+++[]
endif::add-copy-button-to-config-props[]


[.description]
--
Path to the Moqu (relative to the project).


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_RESOURCE_DIR+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_RESOURCE_DIR+++`
endif::add-copy-button-to-env-var[]
--
|string
|`openapi`

|===

Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[.configuration-legend]
icon:lock[title=Fixed at build time] Configuration property fixed at build time - All other configuration properties are overridable at runtime
[.configuration-reference.searchable, cols="80,.^10,.^10"]
|===

h|[.header-title]##Configuration property##
h|Type
h|Default

a|icon:lock[title=Fixed at build time] [[quarkus-openapi-generator-moqu-wiremock_quarkus-openapi-generator-moqu-resource-dir]] [.property-path]##link:#quarkus-openapi-generator-moqu-wiremock_quarkus-openapi-generator-moqu-resource-dir[`quarkus.openapi-generator.moqu.resource-dir`]##
ifdef::add-copy-button-to-config-props[]
config_property_copy_button:+++quarkus.openapi-generator.moqu.resource-dir+++[]
endif::add-copy-button-to-config-props[]


[.description]
--
Path to the Moqu (relative to the project).


ifdef::add-copy-button-to-env-var[]
Environment variable: env_var_with_copy_button:+++QUARKUS_OPENAPI_GENERATOR_MOQU_RESOURCE_DIR+++[]
endif::add-copy-button-to-env-var[]
ifndef::add-copy-button-to-env-var[]
Environment variable: `+++QUARKUS_OPENAPI_GENERATOR_MOQU_RESOURCE_DIR+++`
endif::add-copy-button-to-env-var[]
--
|string
|`openapi`

|===

Loading
Loading