1 Star 1 Fork 827

杰哥 / DBSyncer

forked from AE86 / DBSyncer 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.cmd 248 Bytes
一键复制 编辑 原始数据 按行查看 历史
AE86 提交于 2021-02-02 18:01 . build cmd
@echo off
echo "Clean Project ..."
call mvn clean -f pom.xml
echo "Build Project ..."
call mvn compile package -f pom.xml -D"maven.test.skip=true"
set CP_PATH=%~dp0
xcopy %CP_PATH%dbsyncer-web\target\dbsyncer-*.zip %CP_PATH% /y
:exit
Java
1
https://gitee.com/zzwind5/dbsyncer.git
git@gitee.com:zzwind5/dbsyncer.git
zzwind5
dbsyncer
DBSyncer
master

搜索帮助