7 Star 33 Fork 36

NiceFish/nicefish-backend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
env.bat 469 Bytes
一键复制 编辑 原始数据 按行查看 历史
kimmking 提交于 2017-06-28 23:44 . add bat for windows
set path1=..\mybatis-generator-lombok-plugin
set url1="https://github.com/kimmking/mybatis-generator-lombok-plugin"
if exist %path1% (
rd /s/q %path1%
)
echo add %url1%
git clone %url1% %path1%
cd %path1%
call install.bat
set path1=..\mybatis-generator-core
set url1="https://git.oschina.net/kimmking/mybatis-generator-core.git"
if exist %path1% (
rd /s/q %path1%
)
echo add %url1%
git clone %url1% %path1%
cd %path1%
call install.bat
cd ..\nicefish-backend
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/nicefish/nicefish-backend.git
[email protected]:nicefish/nicefish-backend.git
nicefish
nicefish-backend
nicefish-backend
master

搜索帮助