File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ You may also [create and use service account credentials](https://cloud.google.c
4141```
4242
4343To see the results of the local application, open
44- [ http://localhost:8080/run ] ( http://localhost:8080/run ) in a web browser.
44+ [ http://localhost:8080/spanner ] ( http://localhost:8080/spanner ) in a web browser.
4545Note : by default all the spanner example operations run in order, this operation may take a while to show results.
4646
4747## Deploying
4848
4949 $ mvn clean appengine:deploy
5050
5151To see the results of the deployed sample application, open
52- ` https://spanner-dot-PROJECTID.appspot.com/run ` in a web browser.
52+ ` https://spanner-dot-PROJECTID.appspot.com/spanner ` in a web browser.
5353Note : by default all the spanner example operations run in order, this operation may take a while to show results.
5454
Original file line number Diff line number Diff line change 2121 </manual-scaling >
2222 <system-properties >
2323 <property name =" SPANNER_INSTANCE" value =" spanner-instance" />
24- <!-- Optional setting to provide an explicit database name -->
25- <!-- <property name="SPANNER_DATABASE" value="my-database" />-->
2624 </system-properties >
2725</appengine-web-app >
2826 <!-- [END config] -->
You can’t perform that action at this time.
0 commit comments