-
-
Notifications
You must be signed in to change notification settings - Fork 547
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Assume more than one micro-service, all implemeting APIs and providing a swagger-ui.
To access all this API documentation from a single URL, a solution can be implemented using the SpringFox library.
See https://dzone.com/articles/centralized-documentation-in-microservice-spring-b
As you can see the implementation uses the classes
- springfox.documentation.swagger.web.SwaggerResource
- springfox.documentation.swagger.web.SwaggerResourcesProvider
which of course are not provided by spingdoc.
So how can i achieve this goal with springdoc?
untungs, aeiplatform, zzzykf, cthiebault, kyle18th and 3 more
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested