Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.05 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.05 KB

OpenAPI code-first approach with Quarkus server and Swagger scanner

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.

How to run the service

Using Quarkus's dev mode:

mvn compile quarkus:dev

Once the service runs:

Swagger Scanner

Plugin source: swagger-maven-plugin