Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.06 KB

File metadata and controls

24 lines (16 loc) · 1.06 KB

OpenAPI design-first approach with Quarkus server and Swagger Codegen

This directory contains a simple service implemented

  • using the design-first approach to provide an OpenAPI document
  • running with Quarkus server (providing the MicroProfile OpenAPI endpoints), serving the static hand-written OpenAPI document that is also used to generate the POJOs of the service interface
  • the POJOs are generated using Swagger Codegen's 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: