22 Star 34 Fork 51

openGauss / debezium

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.sh 830 Bytes
一键复制 编辑 原始数据 按行查看 历史
mkdir temp
cd ./temp
git clone https://github.com/osheroff/mysql-binlog-connector-java.git -b 0.25.4
cd mysql-binlog-connector-java
cp ../../debezium-connector-mysql/patch/mysql-binlog-connector-java-0.25.4.patch .
git apply --stat mysql-binlog-connector-java-0.25.4.patch
git apply --check mysql-binlog-connector-java-0.25.4.patch
git am -s < mysql-binlog-connector-java-0.25.4.patch
mvn clean package -Dmaven.test.skip=true
mvn -U install:install-file -DgroupId=com.zendesk -DartifactId=mysql-binlog-connector-java -Dversion=0.25.4-modified -Dpackaging=jar -Dfile=./target/mysql-binlog-connector-java-0.25.4-modified.jar -Denforcer.skip=true
cd ../../
rm -rf temp
mvn clean package -P quick,skip-integration-tests,oracle,jdk11,assembly,xstream,xstream-dependency,skip-tests -Dgpg.skip -Dmaven.test.skip=true -Denforcer.skip=true
1
https://gitee.com/opengauss/debezium.git
git@gitee.com:opengauss/debezium.git
opengauss
debezium
debezium
master

搜索帮助