From 4bc8dc65b4f23ff0380f4ecd33de53d32f247cb8 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 31 Jan 2022 10:27:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E6=A8=A1=E5=9D=97=E9=87=8D=E6=9E=84?= =?UTF-8?q?=204=EF=BC=9Ainfra=20=E6=A8=A1=E5=9D=97=E7=9A=84=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 1 + yudao-admin-server/pom.xml | 5 + yudao-module-infra/pom.xml | 26 +++++ .../yudao-module-infra-api/pom.xml | 26 +++++ .../yudao-module-infra-impl/pom.xml | 95 +++++++++++++++++++ 5 files changed, 153 insertions(+) create mode 100644 yudao-module-infra/pom.xml create mode 100644 yudao-module-infra/yudao-module-infra-api/pom.xml create mode 100644 yudao-module-infra/yudao-module-infra-impl/pom.xml diff --git a/pom.xml b/pom.xml index 56502820..1b4e139e 100644 --- a/pom.xml +++ b/pom.xml @@ -16,6 +16,7 @@ yudao-module-member yudao-module-system + yudao-module-infra ${artifactId} diff --git a/yudao-admin-server/pom.xml b/yudao-admin-server/pom.xml index 5fe645e8..00e1edeb 100644 --- a/yudao-admin-server/pom.xml +++ b/yudao-admin-server/pom.xml @@ -32,6 +32,11 @@ yudao-module-system-impl ${revision} + + cn.iocoder.boot + yudao-module-infra-impl + ${revision} + diff --git a/yudao-module-infra/pom.xml b/yudao-module-infra/pom.xml new file mode 100644 index 00000000..4b524edc --- /dev/null +++ b/yudao-module-infra/pom.xml @@ -0,0 +1,26 @@ + + + + cn.iocoder.boot + yudao + ${revision} + + 4.0.0 + + yudao-module-infra + pom + + ${artifactId} + + infra 包下,我们放基础设施的运维与管理,支撑上层的通用与核心业务。 + 例如说:定时任务的管理、服务器的信息等等 + + + yudao-module-infra-api + yudao-module-infra-impl + + + + diff --git a/yudao-module-infra/yudao-module-infra-api/pom.xml b/yudao-module-infra/yudao-module-infra-api/pom.xml new file mode 100644 index 00000000..b1c79c2d --- /dev/null +++ b/yudao-module-infra/yudao-module-infra-api/pom.xml @@ -0,0 +1,26 @@ + + + + cn.iocoder.boot + yudao-module-infra + ${revision} + + 4.0.0 + yudao-module-infra-api + jar + + ${artifactId} + + infra 模块 API,暴露给其它模块调用 + + + + + cn.iocoder.boot + yudao-common + + + + diff --git a/yudao-module-infra/yudao-module-infra-impl/pom.xml b/yudao-module-infra/yudao-module-infra-impl/pom.xml new file mode 100644 index 00000000..3b56c67c --- /dev/null +++ b/yudao-module-infra/yudao-module-infra-impl/pom.xml @@ -0,0 +1,95 @@ + + + + cn.iocoder.boot + yudao-module-infra + ${revision} + + 4.0.0 + yudao-module-infra-impl + jar + + ${artifactId} + + infra 包下,我们放基础设施的运维与管理,支撑上层的通用与核心业务。 + 例如说:定时任务的管理、服务器的信息等等 + + + + + cn.iocoder.boot + yudao-module-member-api + ${revision} + + + + cn.iocoder.boot + yudao-module-system-api + ${revision} + + + + + + cn.iocoder.boot + yudao-spring-boot-starter-biz-operatelog + + + + + cn.iocoder.boot + yudao-spring-boot-starter-security + + + + + cn.iocoder.boot + yudao-spring-boot-starter-mybatis + + + + cn.iocoder.boot + yudao-spring-boot-starter-redis + + + + + cn.iocoder.boot + yudao-spring-boot-starter-mq + + + + + cn.iocoder.boot + yudao-spring-boot-starter-test + test + + + + + + + + ${artifactId} + + + + org.springframework.boot + spring-boot-maven-plugin + + true + + + + + repackage + + + + + + + +