Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions appengine/cloudsql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ Before you can run or deploy the sample, you will need to create a [Cloud SQL in
## Running locally
1. You will need to be running a local instance of MySQL.
1. Update the connection string in ``appengine-web.xml`` with your local MySQL instance values.
$ mvn clean appengine:devserver

`$ mvn clean appengine:devserver`
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might want to put in a code block instead of code formatting it.

mvn clean ...

versus

mvn clean ...


## Deploying
1. Update the connection string in ``appengine-web.xml`` with your Cloud SQL instance values.
$ mvn clean appengine:update

`$ mvn clean appengine:update`