| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This sample shows how to deploy a Spring Boot application with an exploded fatjar to Google App Engine, using the entrypoint element in the app.yaml to start your application. The sample uses the java command is used to compile and execute the Java source code.
See Prerequisites.
mvn clean package appengine:deploy -Dapp.deploy.projectId=<your-project-id>To view your app, use command:
gcloud app browse
Or navigate to http://.appspot.com URL.
| Back | FazBrowse Home | New Git URL |