# data-replication
**Repository Path**: xijie66/data-replication
## Basic Information
- **Project Name**: data-replication
- **Description**: No description available
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-05-27
- **Last Updated**: 2023-02-07
## Categories & Tags
**Categories**: Uncategorized
**Tags**: 数据库操作
## README
## 使用场景
对于多个表数据进行复制,根据配置替换关联字段;
## 使用方式
1、pom.xml
```xml
com.rep
data-replication-boot-starter
1.0
com.rep
data-replication-mybatisplus
1.0
```
2、在resource路径下配置rep.xml文件,sample.xml配置范例
3、调用 com.rep.core.DataReplication#copy
## 支持
数据库:mysql
框架:mybatis-plus