Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bliblidotcom/swagger-plugin
- Owner: bliblidotcom
- License: apache-2.0
- Created: 2017-12-12T03:50:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T16:06:52.000Z (4 months ago)
- Last Synced: 2024-09-29T09:15:44.471Z (3 months ago)
- Topics: spring, spring-boot, springfox, springfox-swagger, swagger
- Language: Java
- Size: 17.6 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.