From 6ef2d3e97f1d230c3f7e94b84b7626405ed33bc9 Mon Sep 17 00:00:00 2001 From: lxd <1004405501@qq.com> Date: Thu, 11 Jul 2024 11:04:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Eapplyregistration=20=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E5=8D=95=E7=99=BB=E8=AE=B0=E7=9B=B8=E5=85=B3=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 3 +- yudao-module-applyregistration/pom.xml | 25 ++++ .../pom.xml | 33 +++++ .../pom.xml | 125 ++++++++++++++++++ yudao-server/pom.xml | 5 + 5 files changed, 190 insertions(+), 1 deletion(-) create mode 100644 yudao-module-applyregistration/pom.xml create mode 100644 yudao-module-applyregistration/yudao-module-applyregistration-api/pom.xml create mode 100644 yudao-module-applyregistration/yudao-module-applyregistration-biz/pom.xml diff --git a/pom.xml b/pom.xml index 9507c2b43..e631998bf 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,8 @@ yudao-module-system yudao-module-infra yudao-module-tblist - + yudao-module-applyregistration + diff --git a/yudao-module-applyregistration/pom.xml b/yudao-module-applyregistration/pom.xml new file mode 100644 index 000000000..5ebcc6ad5 --- /dev/null +++ b/yudao-module-applyregistration/pom.xml @@ -0,0 +1,25 @@ + + + 4.0.0 + + cn.iocoder.boot + yudao + ${revision} + + yudao-module-applyregistration + pom + + ${project.artifactId} + + + demo 模块,主要实现 XXX、YYY、ZZZ 等功能。 + + + yudao-module-applyregistration-api + yudao-module-applyregistration-biz + + + + \ No newline at end of file diff --git a/yudao-module-applyregistration/yudao-module-applyregistration-api/pom.xml b/yudao-module-applyregistration/yudao-module-applyregistration-api/pom.xml new file mode 100644 index 000000000..a0c6ab1fc --- /dev/null +++ b/yudao-module-applyregistration/yudao-module-applyregistration-api/pom.xml @@ -0,0 +1,33 @@ + + + + cn.iocoder.boot + yudao-module-applyregistration + ${revision} + + 4.0.0 + yudao-module-applyregistration-api + jar + + ${project.artifactId} + + system 模块 API,暴露给其它模块调用 + + + + + cn.iocoder.boot + yudao-common + + + + + org.springframework.boot + spring-boot-starter-validation + true + + + + diff --git a/yudao-module-applyregistration/yudao-module-applyregistration-biz/pom.xml b/yudao-module-applyregistration/yudao-module-applyregistration-biz/pom.xml new file mode 100644 index 000000000..442aaf5a0 --- /dev/null +++ b/yudao-module-applyregistration/yudao-module-applyregistration-biz/pom.xml @@ -0,0 +1,125 @@ + + + + cn.iocoder.boot + yudao-module-applyregistration + ${revision} + + 4.0.0 + yudao-module-applyregistration-biz + jar + + ${project.artifactId} + + system 模块下,我们放通用业务,支撑上层的核心业务。 + 例如说:用户、部门、权限、数据字典等等 + + + + + cn.iocoder.boot + yudao-module-applyregistration-api + ${revision} + + + cn.iocoder.boot + yudao-module-infra-api + ${revision} + + + + + cn.iocoder.boot + yudao-spring-boot-starter-biz-data-permission + + + cn.iocoder.boot + yudao-spring-boot-starter-biz-tenant + + + cn.iocoder.boot + yudao-spring-boot-starter-biz-ip + + + + + cn.iocoder.boot + yudao-spring-boot-starter-security + + + + org.springframework.boot + spring-boot-starter-validation + + + + + cn.iocoder.boot + yudao-spring-boot-starter-mybatis + + + + cn.iocoder.boot + yudao-spring-boot-starter-redis + + + + + cn.iocoder.boot + yudao-spring-boot-starter-job + + + + + cn.iocoder.boot + yudao-spring-boot-starter-mq + + + + + cn.iocoder.boot + yudao-spring-boot-starter-excel + + + + org.springframework.boot + spring-boot-starter-mail + + + + + com.xingyuv + spring-boot-starter-justauth + + + + com.github.binarywang + wx-java-mp-spring-boot-starter + + + com.github.binarywang + wx-java-miniapp-spring-boot-starter + + + + com.aliyun + aliyun-java-sdk-core + + + com.aliyun + aliyun-java-sdk-dysmsapi + + + com.tencentcloudapi + tencentcloud-sdk-java-sms + + + + com.xingyuv + spring-boot-starter-captcha-plus + + + + diff --git a/yudao-server/pom.xml b/yudao-server/pom.xml index 352f1f1d2..72e628a78 100644 --- a/yudao-server/pom.xml +++ b/yudao-server/pom.xml @@ -21,6 +21,11 @@ https://github.com/YunaiV/ruoyi-vue-pro + + cn.iocoder.boot + yudao-module-applyregistration-biz + ${revision} + cn.iocoder.boot yudao-module-tblist-biz