- Add platform infrastructure chapter to frontend-backend architecture design - Update system architecture document with 6 new infrastructure modules - Update AI onboarding guide with infrastructure overview - Link to backend/src/common/README.md for detailed usage guide Key Updates: - Storage service (LocalAdapter + OSSAdapter) - Logging system (Winston + JSON format) - Cache service (Memory + Redis) - Async job queue (Memory + Database) - Health check endpoints - Monitoring metrics - Database connection pool - Environment config management All modules support zero-code switching between local and cloud environments. Related: #Platform-Infrastructure
515 B
515 B
系统配置
模块定位: 平台基础层
优先级: P1
状态: ⏳ 待设计
📋 模块概述
系统配置服务负责:
- 系统级配置管理
- 多环境配置(开发、测试、生产)
- 动态配置更新
🎯 核心功能
1. 配置管理
- 配置项定义
- 配置值管理
- 配置版本控制
2. 动态配置
- 运行时配置更新
- 配置热更新
最后更新: 2025-11-06
维护人: 技术架构师