From ad6b86b460f0d0f9090e046c9b4de086d1f7f1ee Mon Sep 17 00:00:00 2001 From: D <3066417822@qq.com> Date: Thu, 15 Feb 2024 23:21:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 ++++++++++++------ pom.xml | 17 ++++++++--------- ruoyi-admin/pom.xml | 8 ++++---- ruoyi-oauth/pom.xml | 9 ++++++++- .../pom.xml | 2 +- ruoyi-pay/pom.xml | 5 +++-- .../pom.xml | 2 +- 7 files changed, 37 insertions(+), 24 deletions(-) rename ruoyi-oauth/{ruoyi-oauth-start => ruoyi-oauth-starter}/pom.xml (97%) rename ruoyi-pay/{ruoyi-pay-start => ruoyi-pay-starter}/pom.xml (96%) diff --git a/README.md b/README.md index 6136208..bdd360f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ # 当前版本是3.8.7.3 - 本人的其他两个推荐搭配的项目 1. [RuoYi-App-Geek: 这是若依极客生态的小程序版本 (gitee.com)](https://gitee.com/geek-xd/geek-uniapp-vue3-uview-plus-uchart) @@ -28,8 +27,6 @@ * 权限认证使用Jwt,支持多终端认证系统。 * 支持加载动态权限菜单,多方式轻松权限控制。 * 高效率开发,使用代码生成器可以一键生成前后端代码。 -* 提供了技术栈([Vue3](https://v3.cn.vuejs.org) [Element Plus](https://element-plus.org/zh-CN) [Vite](https://cn.vitejs.dev))版本[RuoYi-Vue3](https://github.com/yangzongzhuan/RuoYi-Vue3),保持同步更新。 -* 提供了单应用版本[RuoYi-Vue-fast](https://github.com/yangzongzhuan/RuoYi-Vue-fast),Oracle版本[RuoYi-Vue-Oracle](https://github.com/yangzongzhuan/RuoYi-Vue-Oracle),保持同步更新。 * 不分离版本,请移步[RuoYi](https://gitee.com/y_project/RuoYi),微服务版本,请移步[RuoYi-Cloud](https://gitee.com/y_project/RuoYi-Cloud) * 特别鸣谢:[element](https://github.com/ElemeFE/element),[vue-element-admin](https://github.com/PanJiaChen/vue-element-admin),[eladmin-web](https://github.com/elunez/eladmin-web)。 * 阿里云折扣场:[点我进入](http://aly.ruoyi.vip),腾讯云秒杀场:[点我进入](http://txy.ruoyi.vip)   @@ -55,6 +52,10 @@ * 开发中的模块请直接删除。 ``` + + + + com.ruoyi ├── common // 工具类 │ └── annotation // 自定义注解 @@ -78,16 +79,21 @@ com.ruoyi ├── ruoyi-system // 系统代码 ├── ruoyi-admin // 后台服务 ├── ruoyi-pay // 支付框架(开发中) +│ └── common // 支付框架基础模块(测试中) │ └── sqb // 收钱吧支付模块(开发中) +│ └── wx // 微信支付模块(待开发) +│ └── alipay // 支付宝支付模块(待开发) +│ └── start // 支付框架整合模块 ├── ruoyi-online // 在线开发模块(可移除) ├── ruoyi-oauth // 第三方认证框架(测试中) -│ └── common // 第三方认证基础模块(测试中) +│ └── common // 第三方认证基础模块(开发中) │ └── justauth // 网站第三方认证模块(测试中) │ └── wx // 微信小程序认证模块(测试中) +│ └── phone // 微信小程序认证模块(开发中) +│ └── email // 微信小程序认证模块(待开发) +│ └── start // 第三方认证整合模块 ``` - - ## 内置功能 1. 用户管理:用户是系统操作者,该功能主要完成系统用户配置。 diff --git a/pom.xml b/pom.xml index 0e5333d..7a09aab 100644 --- a/pom.xml +++ b/pom.xml @@ -207,33 +207,32 @@ ${knife4j.version} + + jakarta.servlet + jakarta.servlet-api + 6.0.0 + + com.ruoyi - ruoyi-oauth-start + ruoyi-oauth-starter ${ruoyi.version} com.ruoyi - ruoyi-pay-start + ruoyi-pay-starter ${ruoyi.version} - - jakarta.servlet - jakarta.servlet-api - 6.0.0 - - com.ruoyi ruoyi-online ${ruoyi.version} - diff --git a/ruoyi-admin/pom.xml b/ruoyi-admin/pom.xml index d508a37..63aa423 100644 --- a/ruoyi-admin/pom.xml +++ b/ruoyi-admin/pom.xml @@ -52,16 +52,16 @@ ruoyi-generator - + com.ruoyi - ruoyi-oauth-start + ruoyi-oauth-starter - + com.ruoyi - ruoyi-pay-start + ruoyi-pay-starter diff --git a/ruoyi-oauth/pom.xml b/ruoyi-oauth/pom.xml index b12fdf9..2150d89 100644 --- a/ruoyi-oauth/pom.xml +++ b/ruoyi-oauth/pom.xml @@ -96,6 +96,13 @@ ruoyi-oauth-email ${ruoyi.version} + + + + com.ruoyi + ruoyi-oauth-starter + ${ruoyi.version} + @@ -106,7 +113,7 @@ ruoyi-oauth-wx ruoyi-oauth-phone ruoyi-oauth-email - ruoyi-oauth-start + ruoyi-oauth-starter pom \ No newline at end of file diff --git a/ruoyi-oauth/ruoyi-oauth-start/pom.xml b/ruoyi-oauth/ruoyi-oauth-starter/pom.xml similarity index 97% rename from ruoyi-oauth/ruoyi-oauth-start/pom.xml rename to ruoyi-oauth/ruoyi-oauth-starter/pom.xml index ce32097..96c34f1 100644 --- a/ruoyi-oauth/ruoyi-oauth-start/pom.xml +++ b/ruoyi-oauth/ruoyi-oauth-starter/pom.xml @@ -9,7 +9,7 @@ 4.0.0 - ruoyi-oauth-start + ruoyi-oauth-starter 第三方认证模块 diff --git a/ruoyi-pay/pom.xml b/ruoyi-pay/pom.xml index 1e1ac0d..b744b9a 100644 --- a/ruoyi-pay/pom.xml +++ b/ruoyi-pay/pom.xml @@ -55,9 +55,10 @@ ${ruoyi.version} + com.ruoyi - ruoyi-pay-start + ruoyi-pay-starter ${ruoyi.version} @@ -69,7 +70,7 @@ ruoyi-pay-alipay ruoyi-pay-wx ruoyi-pay-common - ruoyi-pay-start + ruoyi-pay-starter pom \ No newline at end of file diff --git a/ruoyi-pay/ruoyi-pay-start/pom.xml b/ruoyi-pay/ruoyi-pay-starter/pom.xml similarity index 96% rename from ruoyi-pay/ruoyi-pay-start/pom.xml rename to ruoyi-pay/ruoyi-pay-starter/pom.xml index ca08737..428e608 100644 --- a/ruoyi-pay/ruoyi-pay-start/pom.xml +++ b/ruoyi-pay/ruoyi-pay-starter/pom.xml @@ -9,7 +9,7 @@ 4.0.0 - ruoyi-pay-start + ruoyi-pay-starter 第三方支付模块