From 374fb9d9369271b9b858e11a8612850ad3560936 Mon Sep 17 00:00:00 2001 From: kongzy <kongzy> Date: 星期三, 11 十月 2023 10:22:40 +0800 Subject: [PATCH] 新增试剂供应商变更需求 --- src/main/webapp/WEB-INF/config.properties | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/config.properties b/src/main/webapp/WEB-INF/config.properties index 21165d9..97a1f1a 100644 --- a/src/main/webapp/WEB-INF/config.properties +++ b/src/main/webapp/WEB-INF/config.properties @@ -4,6 +4,8 @@ #jdbc.username=root #jdbc.password=123456 ## + + jdbc.url=${jdbc.url} jdbc.username=${jdbc.username} jdbc.password=${jdbc.password} @@ -36,13 +38,12 @@ smtp.subject= smtp.content= -zkysmtp.user=xlli2020@sinano.ac.cn -zkysmtp.pwd=Forever*#15 +zkysmtp.user=qzhao2020@sinano.ac.cn +zkysmtp.pwd=Zhaoqun8272 #\u8C03\u7528\u7C7B EmailSendSchedule \u7535\u5B50\u90AE\u4EF6\u53D1\u9001\u8BA1\u5212(\u5355\u4F4D\u6BEB\u79D2) emailSend.schedule.delay=60000 #\uFFFD\uFFFD\uFFFD\uFFFD \uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\u00F8\uFFFD -message.url= https://sinanoaq.com:8095/api/sendmessage message.signature= 4E85FE3F203915AC358A92205814D043 message.head= \u667A\u6167\u5B9E\u9A8C\u5BA4\uFF08\u8BD5\u5242\uFF09\u5B89\u5168\u7BA1\u63A7\u7CFB\u7EDF message.enable= true @@ -57,3 +58,8 @@ institute.id = ${institute.id} institute.name = ${institute.name} institute.url = ${institute.url} +message.url = ${message.url} + +reagent.detail.price.api = ${reagent.detail.price.api} + +personImgPath = ${personImgPath} -- Gitblit v1.9.2