diff --git a/pom.xml b/pom.xml index 565028205..1b4e139ee 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 5fe645e87..00e1edeb0 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 000000000..4b524edcc --- /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 000000000..b1c79c2d2 --- /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 000000000..3b56c67cc --- /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 + + + + + + + +