add root pom.xml

This commit is contained in:
thinkgem
2018-06-15 22:59:24 +08:00
parent 0fa8578d7e
commit 3e97365364
7 changed files with 131 additions and 0 deletions

19
root/bin/clean.bat Normal file
View File

@@ -0,0 +1,19 @@
@echo off
rem /**
rem * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
rem *
rem * Author: ThinkGem@163.com
rem */
echo.
echo [<5B><>Ϣ] <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>·<EFBFBD><C2B7><EFBFBD><EFBFBD>
echo.
pause
echo.
%~d0
cd %~dp0
cd ..
call mvn clean
pause