有什么方法可以将Google Cloud Endpoint包含到现有Google App Project中

时间:2019-06-14 06:15:31

标签: spring-boot google-app-engine google-cloud-platform google-cloud-endpoints

我在这里的问题是向我的浏览器API公开,而不为其他设备重写它。为此,我正在使用Google Cloud Endpoints。

在解决它并浏览文档的过程中,我在Google Cloud Platform上创建了一个示例spring boot应用程序项目。使用App Engine部署了项目。但是我需要一些有关将Google Cloud Endpoint配置为现有项目的信息,因为我在Google Cloud Platform中没有新手经验。

https://codelabs.developers.google.com/codelabs/cloud-app-engine-springboot/index.html?index=..%2F..index#0

使用上面的链接将Spring Application配置为App Engine。

https://codelabs.developers.google.com/codelabs/cloud-endpoints-appengine/index.html?index=..%2F..index#0

上面的链接使用github存储库来演示Google Cloud Endpoint。

需要有关如何在运行于Google App Engine的现有项目中进行配置的帮助。

enter image description here

1 个答案:

答案 0 :(得分:0)

当前,GCP端点是用于GCP App Engine Flex的GA。

话虽如此,也许您只需要在现有GAE应用之上添加GCP端点层(通过Cloud Run和OpenAPI / Swagger)(和/或应用程序),请按照此处的instructions进行操作。

GAE Flex上也有一个Java应用示例。