File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -10,18 +10,16 @@ To run this sample locally:
1010
1111## Deploying
1212In the following command, replace YOUR-PROJECT-ID with your
13- [ Google Cloud Project ID] ( https://developers.google.com/console/help/new/#projectnumber )
14- and YOUR-VERSION with a suitable version identifier.
13+ [ Google Cloud Project ID] ( https://developers.google.com/console/help/new/#projectnumber ) .
1514
16- $ mvn gcloud:deploy -Dversion=YOUR-VERSION - Dgcloud_project=YOUR-PROJECT-ID
15+ $ mvn gcloud:deploy -Dgcloud_project=YOUR-PROJECT-ID
1716
1817## Setup
1918To save your project settings so that you don't need to enter the
20- ` -Dgcloud_project=YOUR-CLOUD-PROJECT-ID ` or ` -Dversion=YOUR-VERSION-NAME `
21- parameters, you can make the following changes:
19+ ` -Dgcloud_project=YOUR-CLOUD-PROJECT-ID ` parameters, you can:
2220
23- 1 . Update the <application > tag in src/main/webapp/WEB-INF/appengine-web.xml with your project name
24- 1 . Update the < version > tag in src/main/webapp/WEB-INF/appengine-web.xml with your version name
21+ 1 . Update the <application > tag in src/main/webapp/WEB-INF/appengine-web.xml
22+ with your project name.
2523
2624You will now be able to run
2725
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<appengine-web-app xmlns =" http://appengine.google.com/ns/1.0" >
33 <application >YOUR-PROJECT-ID</application >
4- <version >YOUR-VERSION-ID</version >
54 <threadsafe >true</threadsafe >
65 <vm >true</vm >
76</appengine-web-app >
You can’t perform that action at this time.
0 commit comments