Skip to content

Commit a778bfd

Browse files
RichardLindebaumeister25
authored andcommitted
Added extra cli info
1 parent 4119344 commit a778bfd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

modules/ROOT/pages/integration/rest_openapi.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ This will help to build projects more Api driven, faster, consistent and in a de
1313

1414
There are different types of generators, it is suggested to use the link:https://openapi-generator.tech/[OpenApi Generator].
1515

16-
It's sugessted to use the link:https://openapi-generator.tech/docs/plugins/[maven/gradle plugin version] for the client and server. For the client, there is also a link:https://openapi-generator.tech/docs/installation[cli tool].
16+
It's sugessted to use the link:https://openapi-generator.tech/docs/plugins/[maven/gradle plugin version] for the client and server.
17+
18+
19+
For the client, there is also a link:https://openapi-generator.tech/docs/installation[cli tool]. The advantage of this tool is the creation of the client as a library in a local or remote maven repository. This will improve build times because the client only has to be generated once. After running the generator, view the created README for more details about installation and usage.
1720

1821
== Setup
1922

0 commit comments

Comments
 (0)