| License |
License |
|---|---|
| Categories |
CategoriesMySQL Data Databases |
| GroupId | GroupIdcom.github.q742972035.mysql.binlog |
| ArtifactId | ArtifactIddispatch |
| Last Version | Last Version0.0.0.3-SNAPSHOTS |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmysql-binlog-dispatch
通过@TableHandler和@Insert\@Update\@Delete
可以使一个类用于监听mysql服务的增删改(目前未实现ddl的监听)
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| dispatch-0.0.0.3-SNAPSHOTS.pom | |
| dispatch-0.0.0.3-SNAPSHOTS.jar | 295 KB |
| dispatch-0.0.0.3-SNAPSHOTS-sources.jar | 187 KB |
| dispatch-0.0.0.3-SNAPSHOTS-javadoc.jar | 847 KB |
| Browse |
<!-- 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"]
| 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 |
| 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 |