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 | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/webapp/WEB-INF/config.properties b/src/main/webapp/WEB-INF/config.properties index 2a42b15..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} @@ -59,3 +61,5 @@ message.url = ${message.url} reagent.detail.price.api = ${reagent.detail.price.api} + +personImgPath = ${personImgPath} -- Gitblit v1.9.2