Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 858 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 858 Bytes

Google Cloud Endpoints & Java

This sample demonstrates how to use Google Cloud Endpoints using a Java backend.

For a complete walkthrough showing how to run this sample in different environments, see the Google Cloud Endpoints Quickstarts.

##LINKS BEN USED - Initial Endpoints project: https://cloud.google.com/endpoints/docs/openapi/get-started-app-engine Adding Swagger: https://cloud.google.com/endpoints/docs/openapi/adding-swagger x-google-allow: https://cloud.google.com/endpoints/docs/openapi/openapi-extensions

##Deployment From project home directory

  • Endpoints: gcloud endpoints services deploy openapi-appengine.yaml Then replace the service config id in app.yaml (from the output of endpoitns deployment)
  • config_id: "" Then deploy to app engine
  • mvn appengine:deploy