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

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

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|