Provides a Swagger UI that can be added into microservices and is seamlessly integrated with existing REST and Commandable HTTP.
Packages
The module contains the following packages:
- Build - Swagger service factory
- Controllers - Swagger UI controller
Use
Add dependency to the pom.xml:
<dependency>
<groupId>org.pipservices</groupId>
<artifactId>pip-services4-swagger</artifactId>
<version>[0.0.1,)</version>
</dependency>