pom优化,继承spring-boot-starter-parent;bat优化

This commit is contained in:
thinkgem
2018-01-08 23:03:16 +08:00
parent d08b54893c
commit 329db53a8f
22 changed files with 483 additions and 593 deletions

View File

@@ -1,18 +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>𹤳̰汾<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
@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.
%~d0
cd %~dp0
cd ../
call mvn clean deploy -Dmaven.test.skip=true -Pdeploy
pause