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
41
41
```
42
42
43
43
To 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.
45
45
Note : by default all the spanner example operations run in order, this operation may take a while to show results.
46
46
47
47
## Deploying
48
48
49
49
$ mvn clean appengine:deploy
50
50
51
51
To 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.
53
53
Note : by default all the spanner example operations run in order, this operation may take a while to show results.
54
54
Original file line number Diff line number Diff line change 21
21
</manual-scaling >
22
22
<system-properties >
23
23
<property name =" SPANNER_INSTANCE" value =" spanner-instance" />
24
- <!-- Optional setting to provide an explicit database name -->
25
- <!-- <property name="SPANNER_DATABASE" value="my-database" />-->
26
24
</system-properties >
27
25
</appengine-web-app >
28
26
<!-- [END config] -->
You can’t perform that action at this time.
0 commit comments