1 Star 0 Fork 36

yhr577/nicefish-backend

forked from NiceFish/nicefish-backend 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
env.sh 416 Bytes
一键复制 编辑 原始数据 按行查看 历史
kimmking 提交于 2017-06-28 23:44 . add bat for windows
function cloneAndInstall() {
if [ -d "$1" ]; then
echo rm -rf $1
  rm -rf $1
fi
echo git clone $2
git clone $2 $1
cd $1
echo mvn install -X -e
mvn install -X -e
}
cloneAndInstall "../mybatis-generator-lombok-plugin/" "https://github.com/kimmking/mybatis-generator-lombok-plugin"
cloneAndInstall "../mybatis-generator-core" "https://git.oschina.net/kimmking/mybatis-generator-core.git"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/yhr577/nicefish-backend.git
git@gitee.com:yhr577/nicefish-backend.git
yhr577
nicefish-backend
nicefish-backend
master

搜索帮助