Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bliblidotcom/swagger-plugin

Swagger Plugin for Spring Boot
https://github.com/bliblidotcom/swagger-plugin

spring spring-boot springfox springfox-swagger swagger

Last synced: about 1 month ago
JSON representation

Swagger Plugin for Spring Boot

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/bliblidotcom/swagger-plugin.svg?branch=master)](https://travis-ci.org/bliblidotcom/swagger-plugin)

Spring Boot Swagger Plugin
--------------------------

Add this dependency in your ```pom.xml```

```xml

...


false

bintray-bliblidotcom-maven
bintray
https://dl.bintray.com/bliblidotcom/maven

...

```

```xml

...

com.blibli.oss
swagger-plugin
...

...

```

To add controller to Swagger UI, add `@Api` in you controller class.