From 3e5df4173d338f7aa0de84668b66a38f6e63395d Mon Sep 17 00:00:00 2001 From: 李宇 <986321569@qq.com> Date: 星期二, 10 十一月 2020 15:14:23 +0800 Subject: [PATCH] 添加医工所配置 --- src/main/webapp/WEB-INF/qhyhs/qhyhs.properties | 1 + src/main/webapp/WEB-INF/szygs/szygs.properties | 10 ++++++++++ pom.xml | 6 ++++++ src/main/webapp/WEB-INF/lzhws/lzhws.properties | 1 + 4 files changed, 18 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 986a8fb..53bcbff 100644 --- a/pom.xml +++ b/pom.xml @@ -446,6 +446,12 @@ <profile.active>qhyhs</profile.active> </properties> </profile> + <profile> + <id>szygs</id> + <properties> + <profile.active>szygs</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 index 4d6adba..e57679d 100644 --- a/src/main/webapp/WEB-INF/lzhws/lzhws.properties +++ b/src/main/webapp/WEB-INF/lzhws/lzhws.properties @@ -7,3 +7,4 @@ institute.url = http://210.77.65.12:8001 institute.app.id = institute.app.secret = +alarm.url = diff --git a/src/main/webapp/WEB-INF/qhyhs/qhyhs.properties b/src/main/webapp/WEB-INF/qhyhs/qhyhs.properties index 3774e70..754fd3e 100644 --- a/src/main/webapp/WEB-INF/qhyhs/qhyhs.properties +++ b/src/main/webapp/WEB-INF/qhyhs/qhyhs.properties @@ -7,3 +7,4 @@ institute.url = http://yhs.sinanoaq.cn:8001 institute.app.id = institute.app.secret = +alarm.url = diff --git a/src/main/webapp/WEB-INF/szygs/szygs.properties b/src/main/webapp/WEB-INF/szygs/szygs.properties new file mode 100644 index 0000000..605fe7e --- /dev/null +++ b/src/main/webapp/WEB-INF/szygs/szygs.properties @@ -0,0 +1,10 @@ +jdbc.url=jdbc:mysql://localhost:3306/smartlabdb?useUnicode=true&characterEncoding=utf-8&autoReconnect=true +jdbc.username=root +jdbc.password=SZYGS@uss20201! + +institute.id = 25 +institute.name = \u4E2D\u56FD\u79D1\u5B66\u9662\u82CF\u5DDE\u751F\u7269\u533B\u5B66\u5DE5\u7A0B\u6280\u672F\u7814\u7A76\u6240 +institute.url = http://58.210.42.60:8001/ +institute.app.id = +institute.app.secret = +alarm.url = -- Gitblit v1.9.2