10000 GAE flex cloud sql sample readme fixups (#1122) · daniel-sanche/java-docs-samples@913c748 · GitHub
[go: up one dir, main page]

Skip to content

Commit 913c748

Browse files
hfwangdzlier-gcp
authored andcommitted
GAE flex cloud sql sample readme fixups (GoogleCloudPlatform#1122)
* Typo fix for GAE flex cloud sql sample * Remove linebreak when deploying
1 parent 5a1564a commit 913c748

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

flexible/cloudsql/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,13 @@ Looks like: `projectID:region:instance`
3434
## Running locally
3535

3636
```bash
37-
$ mvn clean jetty:run -DINSTANCE_CONNECTION_NAME=instanceConnectionName -Duser=root -Dpassword=myPassowrd -Ddatabase=myDatabase
37+
$ mvn clean jetty:run -DINSTANCE_CONNECTION_NAME=instanceConnectionName -Duser=root -Dpassword=myPassword -Ddatabase=myDatabase
3838
```
3939

4040
## Deploying
4141

4242
```bash
43-
$ mvn clean appengine:deploy -DINSTANCE_CONNECTION_NAME=instanceConnectionName -Duser=root
44-
-Dpassword=myPassword -Ddatabase=myDatabase
43+
$ mvn clean appengine:deploy -DINSTANCE_CONNECTION_NAME=instanceConnectionName -Duser=root -Dpassword=myPassword -Ddatabase=myDatabase
4544
```
4645

4746

0 commit comments

Comments
 (0)
0