@jspg-ai/coding-bb 0.0.2-beta.24 → 0.0.2-beta.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/config/openspec/config.yaml +0 -14
- package/package.json +1 -1
|
@@ -7,20 +7,6 @@ context: |
|
|
|
7
7
|
语言:中文(简体)
|
|
8
8
|
所有文档必须使用中文简体编写,但技术术语保持英文,如 API、REST、RPC、MQ 等。
|
|
9
9
|
|
|
10
|
-
# Java 技术栈
|
|
11
|
-
|
|
12
|
-
## 核心框架
|
|
13
|
-
- Java 1.8 或 Java 21
|
|
14
|
-
- Spring Boot 2.0.4.RELEASE
|
|
15
|
-
- Ironman 1.3.19
|
|
16
|
-
|
|
17
|
-
## 中间件
|
|
18
|
-
- 数据库:Zebra 分库分表 (Ironman-SQL)
|
|
19
|
-
- RPC:Pigeon (Ironman-RPC)
|
|
20
|
-
- 消息队列:RocketMQ (Ironman-MQ)
|
|
21
|
-
- 缓存:Redis (Ironman-Redis)
|
|
22
|
-
- 配置中心:Lion (Ironman-Config)
|
|
23
|
-
|
|
24
10
|
## 文档写作原则
|
|
25
11
|
- 每个章节先给结论或概览,再展开细节
|
|
26
12
|
- 用业务语言描述目标和规则,用技术语言描述实现方式
|