增加 shell 打包和部署脚本

This commit is contained in:
thinkgem
2020-09-25 14:30:14 +08:00
parent 63fa05b440
commit 9e62a3b259
11 changed files with 120 additions and 54 deletions

15
parent/bin/package.sh Normal file
View File

@@ -0,0 +1,15 @@
#!/bin/sh
# /**
# * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
# *
# * Author: ThinkGem@163.com
# *
# */
echo ""
echo "[信息] 打包Web工程生成war/jar包文件。"
echo ""
cd ..
mvn clean install -Dmaven.test.skip=true -Ppackage
cd bin