|
|
# 1. DB部分
|
|
|
yh_shops product_timing表 根据skn查,加索引
|
|
|
yh_shops shops 表
|
|
|
yh_shops shops_brands 表
|
|
|
yh_helper helper 表
|
|
|
- yh_shops product_timing表(根据skn查,加索引)
|
|
|
- yh_shops shops 表
|
|
|
- yh_shops shops_brands 表
|
|
|
- yh_helper helper 表
|
|
|
|
|
|
# 2. Canal部分
|
|
|
## 2.1 shops文件夹里
|
|
|
|
|
|
shops文件夹里面
|
|
|
- shops文件夹里面
|
|
|
yh_shops.shops,yh_shops.shops_brands,yh_shops.product_timing
|
|
|
|
|
|
helper要加个文件夹 helper 里面的文件注意修改的项目
|
|
|
- helper要加个文件夹 helper 里面的文件注意修改的项目
|
|
|
canal.instance.mysql.slaveId
|
|
|
canal.instance.defaultDatabaseName = yh_helper
|
|
|
canal.instance.filter.regex=yh_helper.helper
|
|
|
|
|
|
# 5. 其他 |
|
|
# 3. 其他 |
...
|
...
|
|