From 7a9fd36cadbd5f0d8737955f0edd79e38ef19eaf Mon Sep 17 00:00:00 2001 From: 郑永安 <zyazyz250@sina.com> Date: 星期二, 20 六月 2023 14:48:59 +0800 Subject: [PATCH] SQL异常修复 --- src/main/webapp/WEB-INF/gslab/gslab.properties | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/WEB-INF/gslab/gslab.properties b/src/main/webapp/WEB-INF/gslab/gslab.properties index 72d1871..a2d297c 100644 --- a/src/main/webapp/WEB-INF/gslab/gslab.properties +++ b/src/main/webapp/WEB-INF/gslab/gslab.properties @@ -1,5 +1,5 @@ jdbc.url=jdbc:mysql://192.168.0.228:3306/smartlabdb?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false -#jdbc.url=jdbc:mysql://222.92.16.2:13306/smartlabdb?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false +#jdbc.url=jdbc:mysql://222.92.16.2:3306/smartlabdb?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false jdbc.username=root jdbc.password=Gslab@uss2021! @@ -10,3 +10,7 @@ institute.app.secret = alarm.url = reagent.detail.price.api = https://www.reagent.com.cn/reagent-front/goodsApi/getGoodsListExact +institute.copyright= Copyright\u00A92021 \u6750\u6599\u79D1\u5B66\u59D1\u82CF\u5B9E\u9A8C\u5BA4\u00A0\u82CFICP\u590720047331\u53F7-1 + +message.url= http://aq.gusulab.ac.cn:18084/api/sendmessage +personImgPath = /opt/file/smartlab/img/ -- Gitblit v1.9.2