新增 web-ai 项目,方便研发

This commit is contained in:
thinkgem
2025-04-21 13:22:16 +08:00
parent 47b3d918eb
commit 8f2444fdbb
30 changed files with 1173 additions and 0 deletions

18
web-ai/bin/package.sh Normal file
View File

@@ -0,0 +1,18 @@
#!/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 ""
mvn -v
echo ""
cd ..
mvn clean package spring-boot:repackage -Dmaven.test.skip=true -U
cd bin