新增专为分离端提供的接口Web服务

This commit is contained in:
thinkgem
2022-02-21 16:20:38 +08:00
parent 3aef4ad672
commit 6655214eb2
59 changed files with 7805 additions and 1 deletions

16
web-api/bin/package.sh Normal file
View File

@@ -0,0 +1,16 @@
#!/bin/sh
# /**
# * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
# * No deletion without permission, or be held responsible to law.
# *
# * Author: ThinkGem@163.com
# *
# */
echo ""
echo "[信息] 打包Web工程生成war/jar包文件。"
echo ""
cd ..
mvn clean package spring-boot:repackage -Dmaven.test.skip=true -U
cd bin