From 983b5b1213974ca3454f1fc4c6f274463acbb492 Mon Sep 17 00:00:00 2001 From: SZH <szh_hello@163.com> Date: 星期三, 22 二月 2023 09:41:16 +0800 Subject: [PATCH] 增加国泰配置 --- pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 157579b..51b8941 100644 --- a/pom.xml +++ b/pom.xml @@ -508,6 +508,12 @@ <profile.active>guotai</profile.active> </properties> </profile> + <profile> + <id>cq</id> + <properties> + <profile.active>cq</profile.active> + </properties> + </profile> </profiles> <build> <finalName>smartlab</finalName> -- Gitblit v1.9.2