From c34696e5828ef900e01d65b6f3e604c49d2f7764 Mon Sep 17 00:00:00 2001
From: lyfO_o <764716047@qq.com>
Date: 星期一, 25 四月 2022 16:09:02 +0800
Subject: [PATCH] 丝绸之路配置

---
 src/main/webapp/resources/images/丝绸之路创新发展研究院logo.png |    0 
 src/main/webapp/WEB-INF/silkroad/silkroad.properties |   14 ++++++++++++++
 pom.xml                                              |    6 ++++++
 3 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/pom.xml b/pom.xml
index ce7f529..fb8f78f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -496,6 +496,12 @@
         <profile.active>aky</profile.active>
       </properties>
     </profile>
+    <profile>
+      <id>silkroad</id>
+      <properties>
+        <profile.active>silkroad</profile.active>
+      </properties>
+    </profile>
   </profiles>
   <build>
     <finalName>smartlab</finalName>
diff --git a/src/main/webapp/WEB-INF/silkroad/silkroad.properties b/src/main/webapp/WEB-INF/silkroad/silkroad.properties
new file mode 100644
index 0000000..d370afc
--- /dev/null
+++ b/src/main/webapp/WEB-INF/silkroad/silkroad.properties
@@ -0,0 +1,14 @@
+jdbc.url=jdbc:mysql://localhost:3306/smartlab.silkroad?useUnicode=true&amp;characterEncoding=utf-8&amp;autoReconnect=true
+jdbc.username=root
+jdbc.password=Sinanoaq#415
+
+institute.id = 10
+institute.name = \u4E1D\u7EF8\u4E4B\u8DEF\u521B\u65B0\u53D1\u5C55\u7814\u7A76\u9662
+institute.url  = http://twt.sinanoaq.com
+institute.app.id = wxef5464cb3cd407ea
+institute.app.secret = f0b8dec4bc340a9863ed7de08cf2dcf1
+alarm.url =
+reagent.detail.price.api =
+institute.copyright= Copyright\u00A92017 \u4E1D\u7EF8\u4E4B\u8DEF\u521B\u65B0\u53D1\u5C55\u7814\u7A76\u9662\u00A0\u82CFICP\u590710220403\u53F7-6
+
+message.url= https://sinanoaq.com:8095/api/sendmessage
diff --git "a/src/main/webapp/resources/images/\344\270\235\347\273\270\344\271\213\350\267\257\345\210\233\346\226\260\345\217\221\345\261\225\347\240\224\347\251\266\351\231\242logo.png" "b/src/main/webapp/resources/images/\344\270\235\347\273\270\344\271\213\350\267\257\345\210\233\346\226\260\345\217\221\345\261\225\347\240\224\347\251\266\351\231\242logo.png"
new file mode 100644
index 0000000..d51b013
--- /dev/null
+++ "b/src/main/webapp/resources/images/\344\270\235\347\273\270\344\271\213\350\267\257\345\210\233\346\226\260\345\217\221\345\261\225\347\240\224\347\251\266\351\231\242logo.png"
Binary files differ

--
Gitblit v1.9.2