Skip to content

bootique-examples/bootique-swagger-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages