Skip to content

Commit 088cd64

Browse files
committed
Add documentation about quarkus-smallrye-openapi ext
1 parent 37847a0 commit 088cd64

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/modules/ROOT/pages/includes/server-getting-started.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ Add the following dependency to your project's `pom.xml` file:
1010
</dependency>
1111
----
1212

13+
By default, the generated resources are annotated with Microprofile OpenAPI annotations, add the `io.quarkus:quarkus-smallrye-openapi` dependency to your project’s `pom.xml` file:
14+
15+
[source,xml]
16+
----
17+
<dependency>
18+
<groupId>io.quarkus</groupId>
19+
<artifactId>quarkus-smallrye-openapi</artifactId>
20+
</dependency>
21+
----
22+
1323
Note that since this extension has not been yet released, you'll need a local build of the dependency.
1424

1525
You will also need to add or update the `quarkus-maven-plugin` configuration with the following:

0 commit comments

Comments
 (0)