A tool to build project automatically with git and maven
- Use command
node server/index
to run the server - Visit
http://localhost:8787/find
with the browser - Input project directory and click '查找' . It will list all the modules with git branch behind under the directory.
- Copy module list and paste in the textarea with the order you want, and change the git branch to what you want.
- Click '自动编译' and it will check out the right branch , pull new codes and do
mvn install
automatically by the order.