1 Star 0 Fork 654

jiandan/dbswitch

forked from dromara/dbswitch 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
version.cmd 315 Bytes
一键复制 编辑 原始数据 按行查看 历史
inrgihc 提交于 2023-08-21 23:19 . 支持mongodb
@echo off
set APP_VERSION=1.8.2
echo "Clean Project ..."
call mvn clean -f pom.xml
echo "Update version ..."
call mvn versions:set -DnewVersion=%APP_VERSION% -DprocessAllModules=true -DallowSnapshots=true -DgenerateBackupPoms=false
call mvn -N versions:update-child-modules
call mvn versions:commit
:exit
pause
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/jiandanLOVE_admin/dbswitch.git
git@gitee.com:jiandanLOVE_admin/dbswitch.git
jiandanLOVE_admin
dbswitch
dbswitch
master

搜索帮助