Skip to content

Commit 63833c9

Browse files
committed
Merge remote-tracking branch 'upstream/master'
# Conflicts: # yudao-dependencies/pom.xml
2 parents 20416d8 + f63b752 commit 63833c9

File tree

688 files changed

+34059
-4993
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

688 files changed

+34059
-4993
lines changed

.image/common/ai-feature.png

20.7 KB
Loading

.image/common/ai-preview.gif

348 KB
Loading

README.md

+36-27
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,12 @@
220220

221221
### 商城系统
222222

223+
演示地址:<https://cloud.iocoder.cn/mall-preview/>
224+
223225
![功能图](/.image/common/mall-feature.png)
224226

225227
![功能图](/.image/common/mall-preview.png)
226228

227-
演示地址:<https://cloud.iocoder.cn/mall-preview/>
228-
229229
### 会员中心
230230

231231
| | 功能 | 描述 |
@@ -238,61 +238,70 @@
238238

239239
### ERP 系统
240240

241+
演示地址:<https://cloud.iocoder.cn/erp-preview/>
242+
241243
![功能图](/.image/common/erp-feature.png)
242244

243-
演示地址:<https://cloud.iocoder.cn/erp-preview/>
245+
### CRM 系统
244246

245-
### ERP 系统
247+
演示地址:<https://cloud.iocoder.cn/crm-preview/>
246248

247249
![功能图](/.image/common/crm-feature.png)
248250

249-
演示地址:<https://cloud.iocoder.cn/crm-preview/>
251+
### AI 大模型
252+
253+
演示地址:<https://cloud.iocoder.cn/ai-preview/>
254+
255+
![功能图](/.image/common/ai-feature.png)
256+
257+
![功能图](/.image/common/ai-preview.gif)
250258

251259
## 🐨 技术栈
252260

253261
### 微服务
254262

255-
| 项目 | 说明 |
256-
|--------------------------------------------------------------------------|--------------------|
257-
| `yudao-dependencies` | Maven 依赖版本管理 |
258-
| `yudao-framework` | Java 框架拓展 |
259-
| `yudao-server` | 管理后台 + 用户 APP 的服务端 |
260-
| `yudao-module-system` | 系统功能的 Module 模块 |
261-
| `yudao-module-member` | 会员中心的 Module 模块 |
262-
| `yudao-module-infra` | 基础设施的 Module 模块 |
263-
| `yudao-module-bpm` | 工作流程的 Module 模块 |
264-
| `yudao-module-pay` | 支付系统的 Module 模块 |
265-
| `yudao-module-mall` | 商城系统的 Module 模块 |
266-
| `yudao-module-mp` | 微信公众号的 Module 模块 |
267-
| `yudao-module-report` | 大屏报表 Module 模块 |
263+
| 项目 | 说明 |
264+
|-----------------------|--------------------|
265+
| `yudao-dependencies` | Maven 依赖版本管理 |
266+
| `yudao-framework` | Java 框架拓展 |
267+
| `yudao-server` | 管理后台 + 用户 APP 的服务端 |
268+
| `yudao-module-system` | 系统功能的 Module 模块 |
269+
| `yudao-module-member` | 会员中心的 Module 模块 |
270+
| `yudao-module-infra` | 基础设施的 Module 模块 |
271+
| `yudao-module-bpm` | 工作流程的 Module 模块 |
272+
| `yudao-module-pay` | 支付系统的 Module 模块 |
273+
| `yudao-module-mall` | 商城系统的 Module 模块 |
274+
| `yudao-module-mp` | 微信公众号的 Module 模块 |
275+
| `yudao-module-report` | 大屏报表 Module 模块 |
276+
| `yudao-module-ai` | AI 大模型 Module 模块 |
268277

269278
### 框架
270279

271280
| 框架 | 说明 | 版本 | 学习指南 |
272281
|---------------------------------------------------------------------------------------------|------------------|-------------|---------------------------------------------------------------------|
273282
| [Spring Cloud Alibaba](https://github.com/alibaba/spring-cloud-alibaba) | 微服务框架 | 2021.0.4.0 | [文档](https://github.com/YunaiV/SpringBoot-Labs) |
274-
| [Nacos](https://github.com/alibaba/nacos) | 配置中心 & 注册中心 | 2.0.4 | [文档](https://www.iocoder.cn/categories/Nacos/?yudao) |
275-
| [RocketMQ](https://github.com/apache/rocketmq) | 消息队列 | 4.9.4 | [文档](https://www.iocoder.cn/categories/RocketMQ/?yudao) |
283+
| [Nacos](https://github.com/alibaba/nacos) | 配置中心 & 注册中心 | 2.3.2 | [文档](https://www.iocoder.cn/categories/Nacos/?yudao) |
284+
| [RocketMQ](https://github.com/apache/rocketmq) | 消息队列 | 5.2.0 | [文档](https://www.iocoder.cn/categories/RocketMQ/?yudao) |
276285
| [Sentinel](https://github.com/alibaba/sentinel) | 服务保障 | 1.8.6 | [文档](https://www.iocoder.cn/categories/Sentinel/?yudao) |
277286
| [XXL Job](https://github.com/xuxueli/xxl-job) | 定时任务 | 2.3.1 | [文档](https://www.iocoder.cn/XXL-JOB/good-collection/?yudao) |
278287
| [Spring Cloud Gateway](https://github.com/spring-cloud/spring-cloud-gateway) | 服务网关 | 3.4.1 | [文档](https://www.iocoder.cn/categories/Spring-Cloud-Gateway/?yudao) |
279288
| [Seata](https://github.com/seata/seata) | 分布式事务 | 1.6.1 | [文档](https://www.iocoder.cn/categories/Seata/?yudao) |
280289
| [MySQL](https://www.mysql.com/cn/) | 数据库服务器 | 5.7 / 8.0+ | |
281-
| [Druid](https://github.com/alibaba/druid) | JDBC 连接池、监控组件 | 1.2.19 | [文档](http://www.iocoder.cn/Spring-Boot/datasource-pool/?yudao) |
282-
| [MyBatis Plus](https://mp.baomidou.com/) | MyBatis 增强工具包 | 3.5.3.1 | [文档](http://www.iocoder.cn/Spring-Boot/MyBatis/?yudao) |
283-
| [Dynamic Datasource](https://dynamic-datasource.com/) | 动态数据源 | 3.6.0 | [文档](http://www.iocoder.cn/Spring-Boot/datasource-pool/?yudao) |
290+
| [Druid](https://github.com/alibaba/druid) | JDBC 连接池、监控组件 | 1.2.23 | [文档](http://www.iocoder.cn/Spring-Boot/datasource-pool/?yudao) |
291+
| [MyBatis Plus](https://mp.baomidou.com/) | MyBatis 增强工具包 | 3.5.7 | [文档](http://www.iocoder.cn/Spring-Boot/MyBatis/?yudao) |
292+
| [Dynamic Datasource](https://dynamic-datasource.com/) | 动态数据源 | 4.3.1 | [文档](http://www.iocoder.cn/Spring-Boot/datasource-pool/?yudao) |
284293
| [Redis](https://redis.io/) | key-value 数据库 | 5.0 / 6.0 | |
285-
| [Redisson](https://github.com/redisson/redisson) | Redis 客户端 | 3.18.0 | [文档](http://www.iocoder.cn/Spring-Boot/Redis/?yudao) |
294+
| [Redisson](https://github.com/redisson/redisson) | Redis 客户端 | 3.32.0 | [文档](http://www.iocoder.cn/Spring-Boot/Redis/?yudao) |
286295
| [Spring MVC](https://github.com/spring-projects/spring-framework/tree/master/spring-webmvc) | MVC 框架 | 5.3.24 | [文档](http://www.iocoder.cn/SpringMVC/MVC/?yudao) |
287296
| [Spring Security](https://github.com/spring-projects/spring-security) | Spring 安全框架 | 5.7.5 | [文档](http://www.iocoder.cn/Spring-Boot/Spring-Security/?yudao) |
288297
| [Hibernate Validator](https://github.com/hibernate/hibernate-validator) | 参数校验组件 | 6.2.5 | [文档](http://www.iocoder.cn/Spring-Boot/Validation/?yudao) |
289-
| [Flowable](https://github.com/flowable/flowable-engine) | 工作流引擎 | 6.7.2 | [文档](https://doc.iocoder.cn/bpm/) |
290-
| [Knife4j](https://gitee.com/xiaoym/knife4j) | Swagger 增强 UI 实现 | 4.0.0 | [文档](http://www.iocoder.cn/Spring-Boot/Swagger/?yudao) |
298+
| [Flowable](https://github.com/flowable/flowable-engine) | 工作流引擎 | 6.8.0 | [文档](https://doc.iocoder.cn/bpm/) |
299+
| [Knife4j](https://gitee.com/xiaoym/knife4j) | Swagger 增强 UI 实现 | 4.5.0 | [文档](http://www.iocoder.cn/Spring-Boot/Swagger/?yudao) |
291300
| [SkyWalking](https://skywalking.apache.org/) | 分布式应用追踪系统 | 8.12.0 | [文档](http://www.iocoder.cn/Spring-Boot/SkyWalking/?yudao) |
292301
| [Spring Boot Admin](https://github.com/codecentric/spring-boot-admin) | Spring Boot 监控平台 | 2.7.10 | [文档](http://www.iocoder.cn/Spring-Boot/Admin/?yudao) |
293302
| [Jackson](https://github.com/FasterXML/jackson) | JSON 工具库 | 2.13.3 | |
294303
| [MapStruct](https://mapstruct.org/) | Java Bean 转换 | 1.5.5.Final | [文档](http://www.iocoder.cn/Spring-Boot/MapStruct/?yudao) |
295-
| [Lombok](https://projectlombok.org/) | 消除冗长的 Java 代码 | 1.18.26 | [文档](http://www.iocoder.cn/Spring-Boot/Lombok/?yudao) |
304+
| [Lombok](https://projectlombok.org/) | 消除冗长的 Java 代码 | 1.18.34 | [文档](http://www.iocoder.cn/Spring-Boot/Lombok/?yudao) |
296305
| [JUnit](https://junit.org/junit5/) | Java 单元测试框架 | 5.8.2 | - |
297306
| [Mockito](https://github.com/mockito/mockito) | Java Mock 框架 | 4.8.0 | - |
298307

pom.xml

+6-4
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,25 @@
2222
<module>yudao-module-mall</module>
2323
<module>yudao-module-erp</module>
2424
<module>yudao-module-crm</module>
25+
<!-- 友情提示:基于 Spring AI 实现 LLM 大模型的接入,需要使用 JDK17 版本,详细可见 https://doc.iocoder.cn/ai/build/ -->
26+
<!-- <module>yudao-module-ai</module>-->
2527
</modules>
2628

2729
<name>${project.artifactId}</name>
2830
<description>芋道项目基础脚手架</description>
2931
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>
3032

3133
<properties>
32-
<revision>2.1.0-jdk8-snapshot</revision>
34+
<revision>2.2.0-jdk8-snapshot</revision>
3335
<!-- Maven 相关 -->
3436
<java.version>1.8</java.version>
3537
<maven.compiler.source>${java.version}</maven.compiler.source>
3638
<maven.compiler.target>${java.version}</maven.compiler.target>
3739
<maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
38-
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
39-
<flatten-maven-plugin.version>1.5.0</flatten-maven-plugin.version>
40+
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
41+
<flatten-maven-plugin.version>1.6.0</flatten-maven-plugin.version>
4042
<!-- 看看咋放到 bom 里 -->
41-
<lombok.version>1.18.30</lombok.version>
43+
<lombok.version>1.18.34</lombok.version>
4244
<spring.boot.version>2.7.18</spring.boot.version>
4345
<mapstruct.version>1.5.5.Final</mapstruct.version>
4446
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)