summaryrefslogtreecommitdiff
path: root/nms_sync/conf/db.properties
diff options
context:
space:
mode:
authorchenjinsong <[email protected]>2018-09-27 16:25:51 +0800
committerchenjinsong <[email protected]>2018-09-27 16:25:51 +0800
commit4929220ca98b643abaace509e80a4b73e5508a87 (patch)
treec70cc228a5e064f62031f9276dd5de946994373c /nms_sync/conf/db.properties
initial commit
Diffstat (limited to 'nms_sync/conf/db.properties')
-rw-r--r--nms_sync/conf/db.properties17
1 files changed, 17 insertions, 0 deletions
diff --git a/nms_sync/conf/db.properties b/nms_sync/conf/db.properties
new file mode 100644
index 0000000..f9730b4
--- /dev/null
+++ b/nms_sync/conf/db.properties
@@ -0,0 +1,17 @@
+#dbinfo=[{"databaseName":"nms_sync","userName":"nms","isMaster":true,"password":"nms","url":"jdbc:mysql://localhost:3306/nms_sync"}]
+#\u6570\u636e\u5e93\u8fde\u63a5\u5730\u5740
+dburl=jdbc:mysql://10.0.6.247:3306/nms-dev
+#\u6570\u636e\u5e93\u8d26\u6237\u540d
+dbusername=root
+#\u6570\u636e\u5e93\u5bc6\u7801
+dbpassword=111111
+#\u6570\u636e\u5e93\u540d\u79f0
+dbname=nms-dev
+#\u8fde\u63a5\u6c60\u521d\u59cb\u5316\u5927\u5c0f
+dbInitialSize=1
+#\u6700\u5927\u8fde\u63a5\u6570
+dbMaxActive=2
+#\u6700\u5c0f\u8fde\u63a5\u6570
+dbMinIdle=1
+#\u6700\u5927\u7b49\u5f85\u8fde\u63a5\u65f6\u95f4
+dbMaxWait=60000 \ No newline at end of file