Commit 23565663 authored by zhuyunfeng's avatar zhuyunfeng

no message

parent fc159e48
...@@ -9,9 +9,9 @@ import org.springframework.stereotype.Service; ...@@ -9,9 +9,9 @@ import org.springframework.stereotype.Service;
* @author zhuyf * @author zhuyf
* @date 2022/6/16 * @date 2022/6/16
*/ */
@Service("myCanalEvent") @Service("myCanalEvent1")
@TableFilter(table = "wechat_user",schame = "kp_user") @TableFilter(table = "wechat_user",schame = "kp_user")
public class MyCanalEvent implements DefCanalEvent { public class MyCanalEvent1 implements DefCanalEvent {
@Override @Override
public void onInsert(CanalEntry.Header header, CanalEntry.RowData rowData) { public void onInsert(CanalEntry.Header header, CanalEntry.RowData rowData) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment