https://github.com/springfox/springfox-demos
Springfox demo applications
https://github.com/springfox/springfox-demos
Last synced: 9 months ago
JSON representation
Springfox demo applications
- Host: GitHub
- URL: https://github.com/springfox/springfox-demos
- Owner: springfox
- License: apache-2.0
- Created: 2015-04-01T10:24:07.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-10-03T21:23:19.000Z (over 3 years ago)
- Last Synced: 2025-04-03T15:11:12.332Z (9 months ago)
- Language: Java
- Homepage: http://springfox.io
- Size: 375 KB
- Stars: 740
- Watchers: 46
- Forks: 352
- Open Issues: 65
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# springfox-demos
Springfox demo applications
# IDE
First build
```
./gradlew idea
```
## Examples
|Example | Description |
|---|---|
| boot-static-docs | demonstrates generating static docs @ build time |
| boot-swagger | demonstrates application with manual configuration using `@Enable...` annotations and beans |
| boot-webflux | demonstrates webflux support and open api 3.0.3 support with auto configuration |
| boot-webmvc | demonstrates webmvc support and open api 3.0.3 support with auto configuration |
| spring-java-swagger | demonstrates manual java configuration api 3.0.3 support on an non-boot app |
| spring-xml-swagger | demonstrates manual xml configuration api 3.0.3 support on an non-boot app |
| spring-integration-webflux | demonstrates spring integration support on webflux project |
| spring-integration-webmvc | demonstrates spring integration support on webmvc project|