based gwt,provider a bunch of tools to build a mvc application.
#如果只需安装到本地 请执行下面命令
git clone https://gitlab.cangling.io/develop/mapway-gwt-suit.git
cd mapway-gwt-suit
mvn clean package install
#发布到 cangling repository
# 如果需要发布到其他仓库 请修改 变量
deploy.sh
-Djansi.passthrough=true
- git push multiple remote
git config --global alias.pushall '!git remote | xargs -L1 git push --all'