308 Star 2.2K Fork 812

AE86 / DBSyncer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.cmd 244 Bytes
一键复制 编辑 原始数据 按行查看 历史
AE86 提交于 2023-04-21 22:07 . 修改编译脚本
@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
move %CP_PATH%dbsyncer-web\target\dbsyncer-*.zip %CP_PATH%
:exit
Java
1
https://gitee.com/ghi/dbsyncer.git
git@gitee.com:ghi/dbsyncer.git
ghi
dbsyncer
DBSyncer
master

搜索帮助