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
4 changes: 4 additions & 0 deletions docs/modules/ROOT/pages/moqu.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,7 @@ The Wiremock definition using the OpenAPI specification above, looks something l
]
}
----

== Configuration Properties

include::./includes/quarkus-openapi-generator-moqu-wiremock.adoc[opts=optional, leveloffset=+1]
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public interface MoquConfig {
String DEFAULT_RESOURCE_DIR = "openapi";

/**
* Path to the Moqu (relative to the project).
* Path to the Moqu OpenAPI files, relative to the <code>src/main/resources</code> directory.
*/
@WithDefault(DEFAULT_RESOURCE_DIR)
String resourceDir();
Expand Down