FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

java-docs-samples/appengine-java11/springboot-helloworld at master · bingjing/java-docs-samples · GitHub

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Spring Boot Application Google App Engine Standard with Java 11

This sample shows how to deploy a Spring Boot application to Google App Engine stadndard.

Setup

See Prerequisites.

Deploying

 mvn clean package appengine:deploy -Dapp.deploy.projectId=<your-project-id>

To view your app, use command:

gcloud app browse

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


Back | FazBrowse Home | New Git URL