docs(openapi): document JAVA requirement for client generation

Signed-off-by: secustor <sebastian@poxhofer.at>
This commit is contained in:
secustor
2024-03-20 22:36:24 +01:00
parent 75b7d4e49b
commit 4a1689862c
+2
View File
@@ -35,6 +35,8 @@ There are two required npm packages before we start,
1. `@backstage/repo-tools`, this package contains all OpenAPI related commands for your plugins. We will be using this throughout the tutorial.
2. `@opticdev/optic`, this package is a dependency of `@backstage/repo-tools` but is only required for OpenAPI related commands.
Further, for generating the client a `java` binary has to be available on your PATH.
You should install both of the above packages in the _root_ of your workspace.
## Storing your OpenAPI specification