bootique-examples / bootique-swagger-examples

Demo for bootique-swagger module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

verify

bootique-swagger-demo

A few sample apps demonstrating how to use Bootique Swagger to document REST APIs. The main example is bootique-swagger-openapi3-demo that demonstrates the use of OpenAPI.

You can find different versions of framework in use at

Prerequisites

  • Java 11 or newer.
  • Apache Maven.

Build

git clone https://github.com/bootique-examples/bootique-swagger-demo.git
cd bootique-swagger-demo
mvn package

Run

Enter the following to launch application with default url to swagger.json:

java -jar bootique-swagger-openapi3-demo/target/bootique-swagger-openapi3-demo-*.jar --server

After launching the app, check the following URLs:

About

Demo for bootique-swagger module


Languages

Language:Java 100.0%