Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 815 Bytes

File metadata and controls

28 lines (16 loc) · 815 Bytes

Getting started with Java on Google Cloud Platform

The code for the samples is contained in individual folders on this repository.

  1. Helloworld

Prerequisites

Before you start developing, follow these steps:

Testing an deploying your app

  • Test the app by running mvn gcloud:run
  • Deploy the application using mvn gcloud:deploy

Contributing changes

Licensing