Skip to content

Latest commit

 

History

History
 
 

code-first-swagger

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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: