From 6bbdd9ce4f221da8cdd73493fcfeaa731e7d9f3a Mon Sep 17 00:00:00 2001 From: Minwoo Jung Date: Wed, 9 Sep 2015 18:50:11 +0900 Subject: [PATCH] #762 add Extra guide for database --- quickstart/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/quickstart/README.md b/quickstart/README.md index 74f1d207c4db..688a26330e67 100644 --- a/quickstart/README.md +++ b/quickstart/README.md @@ -71,3 +71,9 @@ You can feed trace data to Pinpoint using the TestApp UI, and check them using P **Web UI** - Run `quickstart/bin/stop-web.sh` **TestApp** - Run `quickstart/bin/stop-testapp.sh` + +## Extra + +Pinpoint Web uses Mysql to persist users, user groups, and alarm configurations.
+However Quickstart uses MockDAO to reduce memory usage.
+Therefore if you want to use Mysql for Quickstart, please refer to Pinpoint Web's [applicationContext-datasource.xml](../web/src/main/resources/applicationContext-datasource.xml), [jdbc.properties](../web/src/main/resources/jdbc.properties).