feat: v0.3.3 - 清理代码结构,删除common层,保留core层企业级基础设施
- 删除common层业务代码(将通过real-business-logic-generator.js重新生成) - 清理重复的core层生成工具 - 保留完整的企业级core层基础设施(Security/Cache/Tracing/Event/Queue/Health) - 版本号升级到0.3.3 - 项目架构现已完整,接下来专注优化PHP到TypeScript语法转换
This commit is contained in:
15
wwjcloud/scripts/restart.sh
Normal file
15
wwjcloud/scripts/restart.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
# 重启脚本
|
||||
# 创建时间: 2025-09-24T07:01:13.006Z
|
||||
|
||||
echo "🔄 重启WWJCloud应用..."
|
||||
|
||||
# 停止应用
|
||||
./scripts/stop.sh
|
||||
|
||||
# 等待5秒
|
||||
sleep 5
|
||||
|
||||
# 启动应用
|
||||
./scripts/start.sh
|
||||
Reference in New Issue
Block a user