Skip to content

Commit 8014534

Browse files
committed
Merge pull request GoogleCloudPlatform#154 from GoogleCloudPlatform/tswast-patch-1
Rename mvm to flexible environment in SparkJava sample.
2 parents 5092d53 + 0ccaa27 commit 8014534

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

managed_vms/sparkjava/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
gcloud-java example using Managed VMs & SparkJava
2-
=================================================
1+
# SparkJava on App Engine Flexible Environment
32

4-
This app demonstrates how to use [`gcloud-java`'s Datastore client](https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-datastore#google-cloud-java-client-for-datastore) from within an [App Engine Managed VM](https://cloud.google.com/appengine/docs/java/managed-vms/) project using [SparkJava](http://sparkjava.com/). The app allows you to create and modify a database of "users", which contains their ID, name, and email information.
3+
This app demonstrates how to use [`gcloud-java`'s Datastore client](https://github.com/GoogleCloudPlatform/gcloud-java/tree/master/gcloud-java-datastore#google-cloud-java-client-for-datastore) from within an [App Engine flexible environment](https://cloud.google.com/appengine/docs/flexible/java/hello-world) project using [SparkJava](http://sparkjava.com/). The app allows you to create and modify a database of "users", which contains their ID, name, and email information.
54

65
`gcloud-java` is an idiomatic Java client for [Google Cloud Platform](https://cloud.google.com/) services. Read more about the library [here](https://github.com/GoogleCloudPlatform/gcloud-java#google-cloud-java-client).
76

0 commit comments

Comments
 (0)