Getting started with Java on Google Cloud Platform
The code for the samples is contained in individual folders on this repository.
- Helloworld
Prerequisites
Before you start developing, follow these steps:
- Download the Google Cloud SDK
- Follow the instructions to install maven and add the Cloud SDK plugin to your project.
Testing an deploying your app
- Test the app by running
mvn gcloud:run - Deploy the application using
mvn gcloud:deploy
Contributing changes
- See CONTRIBUTING.md
Licensing
- See LICENSE