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: 5 months 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 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T16:06:52.000Z (over 1 year ago)
- Last Synced: 2025-06-03T17:58:29.389Z (6 months ago)
- Topics: spring, spring-boot, springfox, springfox-swagger, swagger
- Language: Java
- Size: 17.6 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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.