kongchen / swagger-maven-plugin

JAX-RS & SpringMVC supported maven build plugin, helps you generate Swagger JSON and API document in build phase.
http://kongchen.github.io/swagger-maven-plugin/
Apache License 2.0
761 stars 451 forks source link

Cloud Endpoint from Google Cloud Platform required x-google-backend #783

Open fgruchala opened 5 years ago

fgruchala commented 5 years ago

Hi team,

According to the official documentation (https://cloud.google.com/endpoints/docs/openapi/get-started-cloud-run#endpoints_configure), I need to provide a "x-google-backend" properties on the root document.

The problem is that I don't find how to provide this information via the plugin, can you confirm ? If yes, is there a workaround or a current work ?

Thanks a lot

isoloviev commented 4 years ago

I faced this issue too, so I've filed MR for this issue.

https://github.com/kongchen/swagger-maven-plugin/pull/818