Skip to content

Commit 0a90ad5

Browse files
Shun Fanlesv
Shun Fan
authored andcommitted
Update readme for appengine cloudsql (#241)
* Update readme for appengine cloudsql * Update appengine cloudsql readme
1 parent 098d3f8 commit 0a90ad5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appengine/cloudsql/README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Before you can run or deploy the sample, you will need to create a [Cloud SQL in
66
## Running locally
77
1. You will need to be running a local instance of MySQL.
88
1. Update the connection string in ``appengine-web.xml`` with your local MySQL instance values.
9-
$ mvn clean appengine:devserver
9+
<br/>`$ mvn clean appengine:devserver`
10+
1011
## Deploying
1112
1. Update the connection string in ``appengine-web.xml`` with your Cloud SQL instance values.
12-
$ mvn clean appengine:update
13+
<br/>`$ mvn clean appengine:update`

0 commit comments

Comments
 (0)