Last Version

mysql-binlog-dispatch 0.0.0.3-SNAPSHOTS

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

License

License

Categories

Categories

MySQL Data Databases
GroupId

GroupId

com.github.q742972035.mysql.binlog
ArtifactId

ArtifactId

dispatch
Version

Version

0.0.0.3-SNAPSHOTS
Type

Type

jar
Description

Description

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

Project URL

https://github.com/q742972035/mysql-binlog/tree/master/mysql-binlog-dispatch
Source Code Management

Source Code Management

https://github.com/q742972035/mysql-binlog/tree/master/mysql-binlog-dispatch

Download dispatch 0.0.0.3-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.3-SNAPSHOTS</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.q742972035.mysql.binlog/dispatch/
implementation 'com.github.q742972035.mysql.binlog:dispatch:0.0.0.3-SNAPSHOTS'
// https://jarcasting.com/artifacts/com.github.q742972035.mysql.binlog/dispatch/
implementation ("com.github.q742972035.mysql.binlog:dispatch:0.0.0.3-SNAPSHOTS")
'com.github.q742972035.mysql.binlog:dispatch:jar:0.0.0.3-SNAPSHOTS'
<dependency org="com.github.q742972035.mysql.binlog" name="dispatch" rev="0.0.0.3-SNAPSHOTS">
  <artifact name="dispatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.q742972035.mysql.binlog', module='dispatch', version='0.0.0.3-SNAPSHOTS')
)
libraryDependencies += "com.github.q742972035.mysql.binlog" % "dispatch" % "0.0.0.3-SNAPSHOTS"
[com.github.q742972035.mysql.binlog/dispatch "0.0.0.3-SNAPSHOTS"]

Dependencies

compile (6)

Group / Artifact Type Version
com.github.q742972035.mysql.binlog : expose jar 0.0.0.3-SNAPSHOTS
com.github.q742972035.tools : tools jar 1.0-SNAPSHOTS
org.ow2.asm : asm jar 7.1
commons-logging : commons-logging jar 1.1.1
javax.persistence : javax.persistence-api jar 2.2
org.springframework : spring-core jar 3.2.11.RELEASE

test (4)

Group / Artifact Type Version
junit : junit Optional jar 4.13-beta-3
org.assertj : assertj-core Optional jar 3.11.1
ch.qos.logback : logback-classic Optional jar 0.9.28
ch.qos.logback : logback-core Optional jar 0.9.28

Project Modules

There are no modules declared in this project.