# springfox-demos **Repository Path**: xnhub/springfox-demos ## Basic Information - **Project Name**: springfox-demos - **Description**: springfox-demos v3.0.3 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-27 - **Last Updated**: 2021-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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|