feat: 更新文档和数据库管理逻辑,添加运行模式说明,修复分区表空间设置

This commit is contained in:
2026-03-03 20:22:01 +08:00
parent c0cdc9ea66
commit 2b529baeb3
7 changed files with 40 additions and 81 deletions

View File

@@ -19,6 +19,12 @@ BLS心跳接收端用于接收并处理Kafka队列中的心跳数据经过
## 快速开始
## 运行模式说明(重要)
- 本项目是 Kafka 消费服务,**主运行入口是** `src/index.js`,即 `npm run start`
- `npm run dev` / `npm run build` / `npm run preview` 仅用于 Vite 相关能力,不会启动心跳消费主链路。
- 生产环境如使用 PM2请使用仓库中的 `ecosystem.config.cjs`
### 安装依赖
```bash