From 3e5df4173d338f7aa0de84668b66a38f6e63395d Mon Sep 17 00:00:00 2001 From: 李宇 <986321569@qq.com> Date: 星期二, 10 十一月 2020 15:14:23 +0800 Subject: [PATCH] 添加医工所配置 --- pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 986a8fb..53bcbff 100644 --- a/pom.xml +++ b/pom.xml @@ -446,6 +446,12 @@ <profile.active>qhyhs</profile.active> </properties> </profile> + <profile> + <id>szygs</id> + <properties> + <profile.active>szygs</profile.active> + </properties> + </profile> </profiles> <build> <finalName>smartlab</finalName> -- Gitblit v1.9.2