# 旧项目引入新包教程(Deprecated)
- 该版本存在BUG,请使用 2.0.2 版本
- 在存在 RequestInterceptor 的情况下,token 无法向下游透传的BUG
- **注意:** `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)