diff --git a/plugins/pom.xml b/plugins/pom.xml
new file mode 100644
index 0000000000..d27f5f812e
--- /dev/null
+++ b/plugins/pom.xml
@@ -0,0 +1,273 @@
+
+
+ 4.0.0
+
+
+ com.bytedesk
+ im
+ ${revision}
+
+
+ plugins
+ pom
+ ${revision}
+
+
+ todo
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework.boot
+ spring-boot-starter-tomcat
+
+
+ provided
+
+
+ org.springframework.boot
+ spring-boot-starter-jetty
+ provided
+
+
+
+ org.springframework.boot
+ spring-boot-starter-webflux
+ provided
+
+
+
+ org.springframework.boot
+ spring-boot-starter-freemarker
+ provided
+
+
+
+ org.springframework.boot
+ spring-boot-starter-security
+ provided
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-data-jpa
+ provided
+
+
+
+ org.springframework.boot
+ spring-boot-starter-validation
+ provided
+
+
+
+ org.springframework.boot
+ spring-boot-starter-data-rest
+ provided
+
+
+
+ org.springframework.boot
+ spring-boot-starter-cache
+ provided
+
+
+
+ org.springframework.boot
+ spring-boot-starter-actuator
+ provided
+
+
+
+ org.springframework.boot
+ spring-boot-starter-aop
+ provided
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-quartz
+ provided
+
+
+
+
+ org.springframework.boot
+ spring-boot-configuration-processor
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ com.bytedesk
+ bytedesk-module-core
+ ${revision}
+ provided
+
+
+
+
+
+
+
+
+
+ com.alibaba.fastjson2
+ fastjson2
+ 2.0.53
+ provided
+
+
+
+
+ org.springdoc
+ springdoc-openapi-starter-webmvc-ui
+ 2.6.0
+
+
+
+
+
+
+
+
+
+ org.modelmapper
+ modelmapper
+ 3.2.0
+ provided
+
+
+
+
+
+
+ com.github.ben-manes.caffeine
+ caffeine
+ provided
+
+
+
+
+
+
+ com.google.guava
+ guava
+ 33.3.1-jre
+ provided
+
+
+
+
+
+ com.aliyun
+ aliyun-java-sdk-core
+
+ 4.5.13
+ provided
+
+
+
+
+ com.aliyun
+ aliyun-java-sdk-dm
+
+ 3.3.1
+ provided
+
+
+
+
+
+
+ com.github.houbb
+ pinyin
+ 0.3.1
+
+ provided
+
+
+
+
+
+
+
+
+
+ com.lmax
+ disruptor
+ 4.0.0
+ provided
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+ org.projectlombok
+ lombok
+
+
+
+ org.springframework.security
+ spring-security-test
+ test
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/plugins/readme.md b/plugins/readme.md
new file mode 100644
index 0000000000..6c1e604f99
--- /dev/null
+++ b/plugins/readme.md
@@ -0,0 +1,16 @@
+
+# 基于微语 - 插件
+
+- 对标[odoo](https://www.odoo.com/zh_CN/page/all-apps)
diff --git a/pom.xml b/pom.xml
index 8725f80c16..bca6498a26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,7 @@
modules
+ plugins
starter