Skip to content

介绍

mysql数据库实时数据同步方案,基于binlog4j框架,具体使用方式详见 binlog4j 官网。

依赖库

名称描述
binlog4j-spring-boot-starter

快速开始

引入

xml
<dependency>
		<groupId>io.github.zhanghongbin</groupId>
		<artifactId>zebra-spring-boot-starter-cdc</artifactId>
</dependency>