From 47a751cb301d05276ae5d75145d57b2d090fe4e1 Mon Sep 17 00:00:00 2001 From: kongzy <kongzy> Date: 星期一, 01 七月 2024 10:58:35 +0800 Subject: [PATCH] change --- src/main/webapp/WEB-INF/config.properties | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/config.properties b/src/main/webapp/WEB-INF/config.properties index 0d6e156..4910dc4 100644 --- a/src/main/webapp/WEB-INF/config.properties +++ b/src/main/webapp/WEB-INF/config.properties @@ -4,9 +4,11 @@ #jdbc.username=root #jdbc.password=123456 ## -jdbc.url=${jdbc.url} -jdbc.username=${jdbc.username} -jdbc.password=${jdbc.password} + + +jdbc.url = ${jdbc.url} +jdbc.username = ${jdbc.username} +jdbc.password = ${jdbc.password} # -----MySQL end----- # -----customize start----- @@ -55,9 +57,15 @@ institute.id = ${institute.id} institute.name = ${institute.name} +institute.logo = ${institute.logo} institute.url = ${institute.url} +institute.copyright = ${institute.copyright} message.url = ${message.url} reagent.detail.price.api = ${reagent.detail.price.api} personImgPath = ${personImgPath} + +activeEnv = ${envTag} + + -- Gitblit v1.9.2