From 2d1d4ab95a5183047bb06cbb3a5a2954a393242c Mon Sep 17 00:00:00 2001
From: 李宇 <986321569@qq.com>
Date: 星期一, 09 十一月 2020 11:43:39 +0800
Subject: [PATCH] 添加配置

---
 src/main/webapp/WEB-INF/qhyhs/qhyhs.properties |    9 +++++++++
 pom.xml                                        |   13 ++++++++++++-
 src/main/webapp/WEB-INF/lzhws/lzhws.properties |    9 +++++++++
 3 files changed, 30 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index 14932ed..986a8fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -434,7 +434,18 @@
         <profile.active>gcs</profile.active>
       </properties>
     </profile>
-
+    <profile>
+      <id>lzhws</id>
+      <properties>
+        <profile.active>lzhws</profile.active>
+      </properties>
+    </profile>
+    <profile>
+      <id>qhyhs</id>
+      <properties>
+        <profile.active>qhyhs</profile.active>
+      </properties>
+    </profile>
   </profiles>
   <build>
     <finalName>smartlab</finalName>
diff --git a/src/main/webapp/WEB-INF/lzhws/lzhws.properties b/src/main/webapp/WEB-INF/lzhws/lzhws.properties
new file mode 100644
index 0000000..4d6adba
--- /dev/null
+++ b/src/main/webapp/WEB-INF/lzhws/lzhws.properties
@@ -0,0 +1,9 @@
+jdbc.url=jdbc:mysql://localhost:3306/smartlabdb?useUnicode=true&amp;characterEncoding=utf-8&amp;autoReconnect=true
+jdbc.username=root
+jdbc.password=LZHWS@uss20201!
+
+institute.id = 30
+institute.name = \u4E2D\u56FD\u79D1\u5B66\u9662\u5170\u5DDE\u5316\u5B66\u7269\u7406\u7814\u7A76\u6240
+institute.url  = http://210.77.65.12:8001
+institute.app.id =
+institute.app.secret =
diff --git a/src/main/webapp/WEB-INF/qhyhs/qhyhs.properties b/src/main/webapp/WEB-INF/qhyhs/qhyhs.properties
new file mode 100644
index 0000000..3774e70
--- /dev/null
+++ b/src/main/webapp/WEB-INF/qhyhs/qhyhs.properties
@@ -0,0 +1,9 @@
+jdbc.url=jdbc:mysql://localhost:3306/qhyhs_smartlabdb?useUnicode=true&amp;characterEncoding=utf-8&amp;autoReconnect=true
+jdbc.username=root
+jdbc.password=GKHY@root20201!
+#\u7EB3\u7C73\u6240
+institute.id = 29
+institute.name = \u4E2D\u56FD\u79D1\u5B66\u9662\u9752\u6D77\u76D0\u6E56\u7814\u7A76\u6240
+institute.url  = http://yhs.sinanoaq.cn:8001
+institute.app.id =
+institute.app.secret =

--
Gitblit v1.9.2