kongzy
2024-07-01 47a751cb301d05276ae5d75145d57b2d090fe4e1
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,7 +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}