From dd10069c48662bb889948e36973b73c6a9fb8ecc Mon Sep 17 00:00:00 2001 From: liuxiaohua Date: Tue, 27 May 2025 11:38:41 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20[2025-05-27]=20=E6=B7=BB=E5=8A=A0En?= =?UTF-8?q?gineStarter=E5=BC=95=E5=85=A5=E6=8C=87=E5=8D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../20250527-EngineStarter引入指南-2.0.0.md | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 文档/基础组件/20250527-EngineStarter引入指南-2.0.0.md diff --git a/文档/基础组件/20250527-EngineStarter引入指南-2.0.0.md b/文档/基础组件/20250527-EngineStarter引入指南-2.0.0.md new file mode 100644 index 0000000..118e996 --- /dev/null +++ b/文档/基础组件/20250527-EngineStarter引入指南-2.0.0.md @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + +# 旧项目引入新包教程 + +- **注意:** `qifu-saas-parent >= 2.0.0-SNAPSHOT` + +## 快速使用 + +### 添加需要引入的模块 + +```xml + + + com.yuanmeng.engine + engine-starter-web + +``` + +### 添加兼容包(可选) + +#### 兼容包兼容列表 + +| 旧包 | 新包 | 兼容包 | 说明 | +|-----------------------------|-----------------------------|----------------------------------------|----| +| web-core | engine-starter-web | engine-starter-compatible-web | | +| oauth2-core | engine-starter-web | engine-starter-compatible-web | | +| data-mybatis-plus、data-core | engine-starter-mybatis-plus | engine-starter-compatible-mybatis-plus | | + + +### 重复功能禁用 +- 核心包默认集成并开启了一些通用功能 + - 可以通过对应的配置文件关闭核心包中的功能 + - 也可以移除项目中的重复配置代码 + +#### 各个模块的功能特性列表 +[功能特新列表(00-EngineStarter开头)](http://confluence.qifu.com/pages/viewpage.action?pageId=38508258)