• Stars
    star
    729
  • Rank 62,157 (Top 2 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created over 9 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Springfox demo applications

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