From fd8441123a1ca10f645692839647e37c96ca563b Mon Sep 17 00:00:00 2001
From: 郑永安 <zyazyz250@sina.com>
Date: Mon, 03 Jul 2023 17:29:16 +0800
Subject: [PATCH] 苏州纳米所数据库地址修改
---
pom.xml | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index 157579b..4f628a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -508,6 +508,18 @@
<profile.active>guotai</profile.active>
</properties>
</profile>
+ <profile>
+ <id>cq</id>
+ <properties>
+ <profile.active>cq</profile.active>
+ </properties>
+ </profile>
+ <profile>
+ <id>sdy</id>
+ <properties>
+ <profile.active>sdy</profile.active>
+ </properties>
+ </profile>
</profiles>
<build>
<finalName>smartlab</finalName>
--
Gitblit v1.9.2