chore: 调整项目结构
diff --git a/common/utils/.gitignore b/common/utils/.gitignore
new file mode 100644
index 0000000..b83d222
--- /dev/null
+++ b/common/utils/.gitignore
@@ -0,0 +1 @@
+/target/
diff --git a/common/utils/pom.xml b/common/utils/pom.xml
index 99fa621..59367e7 100644
--- a/common/utils/pom.xml
+++ b/common/utils/pom.xml
@@ -5,9 +5,8 @@
<parent>
<groupId>com.supwisdom.institute</groupId>
- <artifactId>sw-backend-parent</artifactId>
+ <artifactId>sw-backend-common-parent</artifactId>
<version>0.0.2-SNAPSHOT</version>
- <relativePath>../../</relativePath>
</parent>
<groupId>com.supwisdom.institute</groupId>