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