datai/datai-scenes/datai-scene-salesforce
Kris be3640121c feat: 添加 Pub/Sub API 配置项并优化连接工厂
- 新增 salesforce.pubsub.consumer.key 配置项 (ID: 171)
- 新增 salesforce.pubsub.consumer.secret 配置项 (ID: 172)
- 优化 PubSubConnectionFactory.createStsCredentials 方法,从缓存读取配置值
- 注入 SalesforceConfigCacheManager 依赖
- 添加变更记录文档 0008-pubsub-config-optimization.md
- 更新文档索引
2026-01-12 17:02:32 +08:00
..
datai-salesforce-auth 【feat】 优化元数据变更同步本地 2026-01-05 13:58:16 +08:00
datai-salesforce-common 优化数据同步日志统计功能,增强参数验证和错误处理 2026-01-09 14:24:58 +08:00
datai-salesforce-integration feat: 添加 Pub/Sub API 配置项并优化连接工厂 2026-01-12 17:02:32 +08:00
datai-salesforce-setting chore: bootstrap SSOT framework with visual design support 2026-01-08 19:52:43 +08:00
datai-salesforce-starter 【feat】 项目重构,优化页面布局和数据库字段 2025-12-25 10:02:37 +08:00
docs feat: 添加 Pub/Sub API 配置项并优化连接工厂 2026-01-12 17:02:32 +08:00
scripts chore: commit existing code based on SSOT 2.0 rules 2026-01-08 20:07:14 +08:00
CHANGELOG.md chore: bootstrap SSOT framework with visual design support 2026-01-08 19:52:43 +08:00
CONTRIBUTING.md chore: bootstrap SSOT framework with visual design support 2026-01-08 19:52:43 +08:00
pom.xml 【feat】 项目重构,优化页面布局和数据库字段 2025-12-25 10:02:37 +08:00
README.md chore: bootstrap SSOT framework with visual design support 2026-01-08 19:52:43 +08:00

Salesforce 集成项目

项目目标

提供与 Salesforce 平台的全面集成解决方案,支持多种 API 交互方式,包括 Bulk API v1/v2、Partner API 和 REST API实现数据同步、认证管理和元数据处理等核心功能。

单一真源入口

本项目采用基于单一真源 (Single Source of Truth) 的 Workflow所有项目相关文档和决策均集中在 docs/ 目录中。

真源文档中心

项目结构

  • datai-salesforce-auth/ - 认证相关模块
  • datai-salesforce-common/ - 通用工具和常量
  • datai-salesforce-integration/ - 核心集成模块

协作基线文件

AI Context Root