1 Star 0 Fork 808

root / DBSyncer

forked from AE86 / DBSyncer 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.sh 177 Bytes
一键复制 编辑 原始数据 按行查看 历史
AE86 提交于 2021-02-04 02:06 . fix shell
#!/bin/bash
mvn clean -f pom.xml
mvn compile package -f pom.xml -Dmaven.test.skip=true
CURRENT_DIR=$(pwd);
cp -rvf $CURRENT_DIR/dbsyncer-web/target/dbsyncer-*.zip $CURRENT_DIR
Java
1
https://gitee.com/wjbjwang/dbsyncer.git
git@gitee.com:wjbjwang/dbsyncer.git
wjbjwang
dbsyncer
DBSyncer
master

搜索帮助