From a28a3663ea004da6c3b32cffef409d579d4fbfba Mon Sep 17 00:00:00 2001
From: hupeng <664288600@qq.com>
Date: Wed, 3 Jan 2024 20:35:20 +0800
Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E6=9E=B6=E6=9E=84=E7=BC=96?=
=?UTF-8?q?=E5=86=99---30%?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.gitignore | 11 +++++
common/pom.xml | 17 +++++++
pom.xml | 153 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
zbsz/pom.xml | 28 +++++++++++
4 files changed, 209 insertions(+)
create mode 100644 .gitignore
create mode 100644 common/pom.xml
create mode 100644 pom.xml
create mode 100644 zbsz/pom.xml
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7115f6d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+target/
+bin/
+out/
+log/
+build/
+dist/
+tmp/
+
+*.idea
+*.iml
+*.log
\ No newline at end of file
diff --git a/common/pom.xml b/common/pom.xml
new file mode 100644
index 0000000..3ea4bd8
--- /dev/null
+++ b/common/pom.xml
@@ -0,0 +1,17 @@
+
+
+ 4.0.0
+
+ com.szr
+ center
+ 1.0
+
+
+ com.szr
+ common
+ 1.0
+
+
+
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..0aa016f
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,153 @@
+
+
+ 4.0.0
+
+ com.szr
+ center
+ 1.0
+ pom
+
+ common
+ zbsz
+
+
+
+
+ UTF-8
+ 3.6.2
+ 3.2.4
+ 11
+
+
+ 3.12.0
+ 1.18.22
+ 2.0.10
+ 4.13.2
+
+
+ 2.7.12
+ 2021.0.7
+ 3.2.6
+ 2.13.2
+ 4.1.0
+ 2.10.5
+ 2021.0.8
+ 2021.1
+ 2.7.17
+
+ 4.2.2
+
+ 1.4.2
+
+ 1.0
+
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-devtools
+ true
+ true
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+
+
+
+
+
+ org.projectlombok
+ lombok
+ ${lombok.version}
+
+
+
+ junit
+ junit
+ ${junit.version}
+ test
+
+
+
+
+ org.springframework.boot
+ spring-boot-dependencies
+ ${springboot.version}
+ pom
+ import
+
+
+
+ org.springframework.cloud
+ spring-cloud-dependencies
+ ${spring.cloud.version}
+ pom
+ import
+
+
+
+ com.alibaba.cloud
+ spring-cloud-alibaba-dependencies
+ ${spring-cloud-alibaba.version}
+ pom
+ import
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ ${maven-compiler-plugin.version}
+
+ ${jdk.version}
+ ${jdk.version}
+ ${project.build.sourceEncoding}
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+ ${spring.plugin.version}
+
+
+
+ repackage
+
+
+
+
+
+
+
+ src/main/resources
+
+ true
+
+
+
+
+
+
+ central
+ https://maven.aliyun.com/repository/central
+
+
+ public
+ https://maven.aliyun.com/repository/public
+
+
+
+
diff --git a/zbsz/pom.xml b/zbsz/pom.xml
new file mode 100644
index 0000000..fd5d976
--- /dev/null
+++ b/zbsz/pom.xml
@@ -0,0 +1,28 @@
+
+
+ 4.0.0
+
+ com.szr
+ center
+ 1.0
+
+
+ zbsz
+
+
+
+
+
+ org.mybatis.generator
+ mybatis-generator-maven-plugin
+ ${mybatis.plugin.version}
+
+ true
+
+
+
+
+
+