diff --git a/blade-plugin-api/README.md b/blade-plugin-api/README.md
new file mode 100644
index 00000000..e42be24c
--- /dev/null
+++ b/blade-plugin-api/README.md
@@ -0,0 +1,14 @@
+## 目录说明
+- 此目录为插件系统专用
+- 插件为商业用户独立开发维护并上架至应用市场
+- 获得插件后请根据提供的文档复制到对应目录并刷新工程构建便可生效
+
+## 市场简介
+- 随着商业用户的增加,需求也在不断增加,我们相信任何一个框架的功能都无法做到满足所有人的需求
+- BladeX 应用市场是官方架设的一个平台,邀请独立开发的商业用户与官方共同构建生态合作共赢
+- 独立开发的商业用户将自己基于BladeX拓展的插件应用提交给官方审核上架获得额外收入
+- 有需求的商业用户就能在应用市场更方便更省钱更省时地拿到所需要的功能模块
+- 在应用市场您可以找到各种拓展增强后的插件与应用,也可以很方便地集成到BladeX架构内
+- 我们的愿景是打造一个庞大的生态圈,相信在用户与官方的默契配合下,BladeX可以走得更远
+- 市场地址:https://bladex.vip/#/market
+- 入驻须知:https://bladex.vip/#/market/notice
\ No newline at end of file
diff --git a/blade-plugin-api/pom.xml b/blade-plugin-api/pom.xml
new file mode 100644
index 00000000..904ce8aa
--- /dev/null
+++ b/blade-plugin-api/pom.xml
@@ -0,0 +1,17 @@
+
+
+
+ BladeX
+ org.springblade
+ 2.8.0.RELEASE
+
+ 4.0.0
+
+ blade-plugin-api
+ ${project.artifactId}
+ 2.8.0.RELEASE
+ pom
+
+
diff --git a/blade-plugin/README.md b/blade-plugin/README.md
new file mode 100644
index 00000000..e42be24c
--- /dev/null
+++ b/blade-plugin/README.md
@@ -0,0 +1,14 @@
+## 目录说明
+- 此目录为插件系统专用
+- 插件为商业用户独立开发维护并上架至应用市场
+- 获得插件后请根据提供的文档复制到对应目录并刷新工程构建便可生效
+
+## 市场简介
+- 随着商业用户的增加,需求也在不断增加,我们相信任何一个框架的功能都无法做到满足所有人的需求
+- BladeX 应用市场是官方架设的一个平台,邀请独立开发的商业用户与官方共同构建生态合作共赢
+- 独立开发的商业用户将自己基于BladeX拓展的插件应用提交给官方审核上架获得额外收入
+- 有需求的商业用户就能在应用市场更方便更省钱更省时地拿到所需要的功能模块
+- 在应用市场您可以找到各种拓展增强后的插件与应用,也可以很方便地集成到BladeX架构内
+- 我们的愿景是打造一个庞大的生态圈,相信在用户与官方的默契配合下,BladeX可以走得更远
+- 市场地址:https://bladex.vip/#/market
+- 入驻须知:https://bladex.vip/#/market/notice
\ No newline at end of file
diff --git a/blade-plugin/pom.xml b/blade-plugin/pom.xml
new file mode 100644
index 00000000..40e7a554
--- /dev/null
+++ b/blade-plugin/pom.xml
@@ -0,0 +1,17 @@
+
+
+
+ BladeX
+ org.springblade
+ 2.8.0.RELEASE
+
+ 4.0.0
+
+ blade-plugin
+ ${project.artifactId}
+ 2.8.0.RELEASE
+ pom
+
+
diff --git a/pom.xml b/pom.xml
index 7bd8fd22..01e15290 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,12 +33,14 @@
blade-auth
+ blade-common
blade-gateway
blade-ops
+ blade-ops-api
+ blade-plugin
+ blade-plugin-api
blade-service
blade-service-api
- blade-common
- blade-ops-api