init commit.

This commit is contained in:
thinkgem
2018-01-01 13:26:44 +08:00
parent d468c39959
commit 698e162225
1768 changed files with 299250 additions and 3 deletions

18
common/bin/deploy.bat Normal file
View File

@@ -0,0 +1,18 @@
@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>𹤳̰汾<CCB0><E6B1BE>Nexus<75><73><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
echo.
pause
echo.
cd %~dp0
cd ../
call mvn clean deploy -Dmaven.test.skip=true -Pdeploy
pause