天津储鑫盛钢材现货供应商 发表于 2025-3-31 15:47:32

[开源]若依生态再进化!RuoYi-AI:让开发服从飙升 300% 的智能开发神器

在数字化转型海潮中,某制造业 CIO 曾感叹:“已往开发一套智能审批体系必要 8 人月,现在用 RuoYi-AI 仅需 2 人月!” 当传统开发模式遭遇 AI 革命,RuoYi-AI 正以颠覆性姿态重构软件开发范式。
特色功能


[*] 内置SSE、websocket等网络协议,支持对接OpenAI、Azure、ChatGLM、讯飞星火等大语言模型
[*] 支持接入个人微信或企业微信
[*] 支持易支付、微信支付和Stripe国际信用卡支付
[*] 提供邮箱登录和微信公众号登录
[*] 支持知识库功能,支持AI翻译、AI PPT制作、语音克隆和AI翻唱
[*] 提供完备的前端应用、后台管理以及小程序应用,全部开箱即用。基于MIT开源协议

https://i-blog.csdnimg.cn/img_convert/41dde4b8ba62358e2e4aec03a9f414cb.png

https://i-blog.csdnimg.cn/img_convert/1d31cf2c4ca340a6af9cf71e179edfb7.png

https://i-blog.csdnimg.cn/img_convert/7f8bb2404f8867cef66c8b0dfc757336.png


https://i-blog.csdnimg.cn/img_convert/986c41d1a45a0875f06c99a8e63b6747.png

https://i-blog.csdnimg.cn/img_convert/1d06e7547af5561a7ff8759051ee9107.png

https://i-blog.csdnimg.cn/img_convert/2bc2de1f28edc74e92f513f611677ae8.png

https://i-blog.csdnimg.cn/img_convert/dc2995be7db230400703c5dc07210545.png

https://i-blog.csdnimg.cn/img_convert/595e323a44ee1e85e069688bf7a3aca5.png

https://i-blog.csdnimg.cn/img_convert/59aa35d649818b6fac159f45044cfa34.png

开发前的设置要求


[*] jdk 17
[*] mysql 5.7、8.0
[*] redis 版本必须 >= 5.X
[*] maven 3.8+
[*] nodejs 20+ & pnpm
文件目次说明

RuoYi-AI
├─ ruoyi-admin                         // 管理模块
│  └─ RuoYiApplication                 // 启动类
│  └─ RuoYiServletInitializer          // 容器部署初始化类
│  └─ resources                        // 资源文件
│      └─ i18n/messages.properties     // 国际化配置文件
│      └─ application.yml              // 框架总配置文件
│      └─ application-dev.yml          // 开发环境配置文件
│      └─ application-prod.yml         // 生产环境配置文件
│      └─ banner.txt                   // 框架启动图标
│      └─ logback-plus.xml             // 日志配置文件
│      └─ ip2region.xdb                // IP区域地址库
├─ ruoyi-common                        // 通用模块
│  └─ ruoyi-common-bom                 // common依赖包管理
   └─ ruoyi-common-chat                // 聊天模块
│  └─ ruoyi-common-core                // 核心模块
│  └─ ruoyi-common-doc                 // 系统接口模块
│  └─ ruoyi-common-encrypt             // 数据加解密模块
│  └─ ruoyi-common-excel               // excel模块
│  └─ ruoyi-common-idempotent          // 幂等功能模块
│  └─ ruoyi-common-json                // 序列化模块
│  └─ ruoyi-common-log                 // 日志模块
│  └─ ruoyi-common-mail                // 邮件模块
│  └─ ruoyi-common-mybatis             // 数据库模块
│  └─ ruoyi-common-oss                 // oss服务模块
│  └─ ruoyi-common-pay                 // 支付模块
│  └─ ruoyi-common-ratelimiter         // 限流功能模块
│  └─ ruoyi-common-redis               // 缓存服务模块
│  └─ ruoyi-common-satoken             // satoken模块
│  └─ ruoyi-common-security            // 安全模块
│  └─ ruoyi-common-sensitive           // 脱敏模块
│  └─ ruoyi-common-sms                 // 短信模块
│  └─ ruoyi-common-sse                 // sse流推送模块(待更新)
│  └─ ruoyi-common-tenant              // 租户模块
│  └─ ruoyi-common-translation         // 通用翻译模块
│  └─ ruoyi-common-web                 // web模块
│  └─ ruoyi-common-websocket           // websocket服务集成模块(待更新)
├─ ruoyi-modules                       // 模块组
│  └─ ruoyi-demo                       // 演示模块
│  └─ ruoyi-generator                  // 代码生成模块
│  └─ ruoyi-system                     // 业务模块
├─ .run                 // 执行脚本文件
├─ .editorconfig        // 编辑器编码格式配置
├─ LICENSE              // 开源协议
├─ pom.xml              // 公共依赖
├─ README.md            // 框架说明文件


[*] 福利:关注公众号“格子开源栈”并复兴【AI】即送《DeepSeek超强资源包》

免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。
页: [1]
查看完整版本: [开源]若依生态再进化!RuoYi-AI:让开发服从飙升 300% 的智能开发神器