is not current version
Last Version 0.0.0.3-SNAPSHOTS

com.github.q742972035.mysql.binlog:dispatch 0.0.0.2-SNAPSHOTS

通过@TableHandler和@Insert\@Update\@Delete 可以使一个类用于监听mysql服务的增删改(目前未实现ddl的监听)

Categories

Categories

MySQL Data Databases
GroupId

GroupId

com.github.q742972035.mysql.binlog
ArtifactId

ArtifactId

dispatch
Version

Version

0.0.0.2-SNAPSHOTS
Type

Type

jar

Download dispatch 0.0.0.2-SNAPSHOTS


<!-- https://jarcasting.com/artifacts/com.github.q742972035.mysql.binlog/dispatch/ -->
<dependency>
    <groupId>com.github.q742972035.mysql.binlog</groupId>
    <artifactId>dispatch</artifactId>
    <version>0.0.0.2-SNAPSHOTS</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.q742972035.mysql.binlog/dispatch/
implementation 'com.github.q742972035.mysql.binlog:dispatch:0.0.0.2-SNAPSHOTS'
// https://jarcasting.com/artifacts/com.github.q742972035.mysql.binlog/dispatch/
implementation ("com.github.q742972035.mysql.binlog:dispatch:0.0.0.2-SNAPSHOTS")
'com.github.q742972035.mysql.binlog:dispatch:jar:0.0.0.2-SNAPSHOTS'
<dependency org="com.github.q742972035.mysql.binlog" name="dispatch" rev="0.0.0.2-SNAPSHOTS">
  <artifact name="dispatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.q742972035.mysql.binlog', module='dispatch', version='0.0.0.2-SNAPSHOTS')
)
libraryDependencies += "com.github.q742972035.mysql.binlog" % "dispatch" % "0.0.0.2-SNAPSHOTS"
[com.github.q742972035.mysql.binlog/dispatch "0.0.0.2-SNAPSHOTS"]