8000 GitHub - sg-ad/spring-swagger2markup-demo: A Swagger2Markup converter demo using Spring Boot
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sg-ad/spring-swagger2markup-demo

 
 

Repository files navigation

Swagger2Markup Demo

Build Status

Overview

This project is a Swagger2Markup (AsciiDoc and GitHub Flavored Markdown) converter demo using Spring Boot, springfox and spring-restdocs.
The demo shows how to generate static docs (HTML5 and PDF) with the swagger2markup-gradle-plugin and serve them in a Spring Boot app under http://localhost:9080/docs/index.html and http://localhost:9080/docs/index.pdf.

See Swagger2Markup and swagger2markup-gradle-plugin for more details and usage guide.

Usage guide

If you want to start the Spring Boot application, please run:

gradlew clean build
java -jar build/libs/spring-swagger2markup-demo-0.1.2.jar

About

A Swagger2Markup converter demo using Spring Boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%
0