Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor fixes to App Engine Flex Spanner sample #740

Merged
merged 1 commit into from
Jun 30, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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] -->