You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: appengine/guestbook-cloud-datastore/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,10 @@ Then start the [Cloud Datastore Emulator](https://cloud.google.com/datastore/doc
19
19
Finally, in a new shell, [set the Datastore Emulator environmental variables](https://cloud.google.com/datastore/docs/tools/datastore-emulator#setting_environment_variables)
20
20
and run
21
21
22
-
mvn clean appengine:devserver
22
+
mvn clean appengine:run
23
23
24
24
## Deploying
25
25
26
26
Modify `appengine-web.xml` to reflect your app ID and version, then:
0 commit comments