revert feat: 更新文档和数据库管理逻辑,添加运行模式说明,修复分区表空间设置
This commit is contained in:
2026-03-03 21:28:27 +08:00
parent 70e717ea5d
commit 5562288315
7 changed files with 81 additions and 40 deletions

View File

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