From e6cbe521a3fbfb7263caab1169b75487504c4dae Mon Sep 17 00:00:00 2001
From: 李宇 <986321569@qq.com>
Date: 星期三, 30 六月 2021 13:57:49 +0800
Subject: [PATCH] 添加中科大苏州研究院配置

---
 src/main/webapp/resources/images/中国科学技术大学苏州高等研究院logo.png |    0 
 src/main/webapp/WEB-INF/zkdsz/zkdsz.properties           |   10 ++++++++++
 pom.xml                                                  |    6 ++++++
 3 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5b57304..d4d0eac 100644
--- a/pom.xml
+++ b/pom.xml
@@ -478,6 +478,12 @@
         <profile.active>gslab</profile.active>
       </properties>
     </profile>
+    <profile>
+      <id>zkdsz</id>
+      <properties>
+        <profile.active>zkdsz</profile.active>
+      </properties>
+    </profile>
   </profiles>
   <build>
     <finalName>smartlab</finalName>
diff --git a/src/main/webapp/WEB-INF/zkdsz/zkdsz.properties b/src/main/webapp/WEB-INF/zkdsz/zkdsz.properties
new file mode 100644
index 0000000..3d43193
--- /dev/null
+++ b/src/main/webapp/WEB-INF/zkdsz/zkdsz.properties
@@ -0,0 +1,10 @@
+jdbc.url=jdbc:mysql://139.196.181.203:3306/zkdsz_smartlabdb?useUnicode=true&amp;characterEncoding=utf-8&amp;autoReconnect=true&amp;useSSL=false
+jdbc.username=root
+jdbc.password=GKHY@root20201!
+
+institute.id = 2
+institute.name = \u4E2D\u56FD\u79D1\u5B66\u6280\u672F\u5927\u5B66\u82CF\u5DDE\u9AD8\u7B49\u7814\u7A76\u9662
+institute.url  = http://zkdsz.sinanoaq.cn:8005
+institute.app.id =
+institute.app.secret =
+alarm.url =
diff --git "a/src/main/webapp/resources/images/\344\270\255\345\233\275\347\247\221\345\255\246\346\212\200\346\234\257\345\244\247\345\255\246\350\213\217\345\267\236\351\253\230\347\255\211\347\240\224\347\251\266\351\231\242logo.png" "b/src/main/webapp/resources/images/\344\270\255\345\233\275\347\247\221\345\255\246\346\212\200\346\234\257\345\244\247\345\255\246\350\213\217\345\267\236\351\253\230\347\255\211\347\240\224\347\251\266\351\231\242logo.png"
new file mode 100644
index 0000000..e710fc4
--- /dev/null
+++ "b/src/main/webapp/resources/images/\344\270\255\345\233\275\347\247\221\345\255\246\346\212\200\346\234\257\345\244\247\345\255\246\350\213\217\345\267\236\351\253\230\347\255\211\347\240\224\347\251\266\351\231\242logo.png"
Binary files differ

--
Gitblit v1.9.2