We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 098d3f8 commit 0a90ad5Copy full SHA for 0a90ad5
appengine/cloudsql/README.md
@@ -6,7 +6,8 @@ Before you can run or deploy the sample, you will need to create a [Cloud SQL in
6
## Running locally
7
1. You will need to be running a local instance of MySQL.
8
1. Update the connection string in ``appengine-web.xml`` with your local MySQL instance values.
9
- $ mvn clean appengine:devserver
+<br/>`$ mvn clean appengine:devserver`
10
+
11
## Deploying
12
1. Update the connection string in ``appengine-web.xml`` with your Cloud SQL instance values.
- $ mvn clean appengine:update
13
+<br/>`$ mvn clean appengine:update`
0 commit comments