Skip to content

Commit

Permalink
Documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
SuppieRK committed Feb 15, 2025
1 parent 280dc19 commit d9e83f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions platform-library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion platform-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

0 comments on commit d9e83f4

Please sign in to comment.