Skip to content

Commit

Permalink
cleaning up unused code, fixing bad link (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
jabubake authored Jun 30, 2017
1 parent 6f08c66 commit f81e62f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions appengine-java8/spanner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ You may also [create and use service account credentials](https://cloud.google.c
```

To see the results of the local application, open
[http://localhost:8080/run](http://localhost:8080/run) in a web browser.
[http://localhost:8080/spanner](http://localhost:8080/spanner) in a web browser.
Note : by default all the spanner example operations run in order, this operation may take a while to show results.

## Deploying

$ mvn clean appengine:deploy

To see the results of the deployed sample application, open
`https://spanner-dot-PROJECTID.appspot.com/run` in a web browser.
`https://spanner-dot-PROJECTID.appspot.com/spanner` in a web browser.
Note : by default all the spanner example operations run in order, this operation may take a while to show results.

Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
</manual-scaling>
<system-properties>
<property name="SPANNER_INSTANCE" value="spanner-instance" />
<!-- Optional setting to provide an explicit database name -->
<!--<property name="SPANNER_DATABASE" value="my-database" />-->
</system-properties>
</appengine-web-app>
<!-- [END config] -->

0 comments on commit f81e62f

Please sign in to comment.