Springfox demo applications
First build
./gradlew idea
| 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 |