This directory contains a simple service implemented
- using the code-first approach to provide an OpenAPI document
- running with Quarkus' MicroProfile OpenAPI implementation
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)