Using the spring-openapi-schema-generator-plugin plugin, we need a way to add 'servers' and 'components/securitySchemes' to the generated openapi json.
Maybe there can be an interceptor that lets us update the OpenAPI object before it is serialized?
Thanks.