Skip to content

Centralized API Documentation #108

@octopus-prime

Description

@octopus-prime

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions