2

I want to migrate from springfox 2 to springdoc. Currently, there are multiple plugins (springfox.documentation.spi.service.OperationBuilderPlugin) implemented using the support available in the springfox library. The plugin of AWS API Gateway is one of them (similar to this one http://springfox.github.io/springfox/docs/current/#example-operationbuilderplugin).

I didn't found relevant examples or detailed documentation of how I can build something like this using the springdoc support.

Would appreciate any suggestion!

1 Answers1

0

There is no such extension available in springdoc-openapi.

You have an example with spring-cloud-gateway that you can adapt.

brianbro
  • 4,141
  • 2
  • 24
  • 37