Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

sparkjava-helloworld

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

SparkJava Application on Google App Engine Standard with Java 11

This sample shows how to deploy a SparkJava application to Google App Engine standard.

Setup

See Prerequisites.

Deploying

gcloud app deploy

To view your app, use command:

gcloud app browse

Or navigate to https://<your-project-id>.appspot.com.