@@ -15,16 +15,16 @@ Currently, this extension supports only link:https://wiremock.org/[WireMock] def
1515[source,xml]
1616----
1717<dependency>
18- <groupId>io.quarkiverse.openapi.generator</groupId>
19- <artifactId>quarkus-openapi-generator-moqu</artifactId>
20- <version>{project-version}</version>
18+ <groupId>io.quarkiverse.openapi.generator</groupId>
19+ <artifactId>quarkus-openapi-generator-moqu-wiremock </artifactId>
20+ <version>{project-version}</version>
2121</dependency>
2222----
2323
2424Now, create the following OpenAPI specification file under your `src/resources/openapi` directory:
2525
2626[source,yaml]
27- .src/main/openapi/hello.yaml
27+ .src/main/resources/ openapi/hello.yaml
2828----
2929openapi: 3.0.3
3030servers:
@@ -74,11 +74,11 @@ components:
7474
7575Execute now your application on Dev mode, and access the Dev UI for getting you wiremock stubbing:
7676
77- image::moqu-devui-card-framework.png[]
77+ image::moqu-devui-card-framework.png[alt=Moque Dev UI card,width=640,height=480 ]
7878
7979Click on `Moqu Wiremock`, you will se a table containing all wiremock definitions:
8080
81- image::table-wiremock.png[]
81+ image::table-wiremock.png[alt=Wiremock mappings table,width=640,height=480 ]
8282
8383Now, you can `see` or `download` the Wiremock stubbing.
8484
@@ -203,4 +203,4 @@ The Wiremock definition using the OpenAPI specification above, looks something l
203203 }
204204 ]
205205}
206- ----
206+ ----
0 commit comments