spring-boot-starter-canal icon indicating copy to clipboard operation
spring-boot-starter-canal copied to clipboard

the listener pass rowdata only to handler

Open afghanistanyn opened this issue 4 years ago • 1 comments

the listener pass rowData only to handler, it's not enough to build a sql

afghanistanyn avatar May 15 '20 03:05 afghanistanyn

you can use annotation @InsertListenPoint(schemaName='xx',tableName='xx') , @UpdateListenPoint(schemaName='yy',tableName='yy') ...

lifaming15 avatar Oct 09 '20 08:10 lifaming15