java-docs-samples/flexible/java-11/springboot-helloworld at master · MechOrigin/java-docs-samples · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

Spring Boot Application Google App Engine Flex with Java 11

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

Deploying

gcloud app deploy

To view your app, use command:

gcloud app browse

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