diff --git a/platform-library/README.md b/platform-library/README.md index a80ef4f..46a77db 100644 --- a/platform-library/README.md +++ b/platform-library/README.md @@ -35,6 +35,7 @@ Typically, this library should define the most generic and general components fo a set of libraries from [Avaje](https://avaje.io/inject/). - [Gestalt](https://gestalt-config.github.io/gestalt/) as a customizable configuration library: - Alternatively you can directly read and parse configuration file using Jackson / SnakeYaml to reduce clutter. +- [Javalin Swagger](https://javalin.io/tutorials/openapi-example) to provide API documentation for consumers. ### Code health diff --git a/platform-plugin/README.md b/platform-plugin/README.md index 0235b62..a4d1545 100644 --- a/platform-plugin/README.md +++ b/platform-plugin/README.md @@ -11,7 +11,6 @@ It is a good idea to package this plugin with: ### Core -- [Javalin Swagger](https://javalin.io/tutorials/openapi-example) to provide API documentation for consumers. - [Google JIB](https://github.com/GoogleContainerTools/jib) to build deployable Docker image artifact. - [jooq-java-class-generator](https://github.com/SuppieRK/jooq-java-class-generator) to glue Flyway and jOOQ together. - There are other alternatives to this plugin as well!