新增 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

15
web-ai/bin/run-tomcat.sh Normal file
View File

@@ -0,0 +1,15 @@
#!/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 "[信息] 使用 Spring Boot Tomcat 运行 Web 工程。"
echo ""
cd ..
MAVEN_OPTS="$MAVEN_OPTS -Xms512m -Xmx1024m"
mvn clean spring-boot:run -Dmaven.test.skip=true