This directory contains a simple service implemented
- using the code-first approach to provide an OpenAPI document
- running with Quarkus server (providing the MicroProfile OpenAPI endpoints, serving a static OpenAPI document created with the Swagger scanner maven plugin)
For more information consult the README in the parent directory.
Using Quarkus's dev mode:
mvn compile quarkus:dev
Once the service runs:
- http://localhost:8080/openapi fetches the OpenAPI document
- http://localhost:8080/swagger-ui shows an interactive view of the API (based on Swagger-UI)
Plugin source: swagger-maven-plugin