docs(zh-CN): translate code block(plain text) (#753)

Co-authored-by: neo <neo.dowithless@gmail.com>
This commit is contained in:
zdoc.app
2026-03-23 06:39:24 +08:00
committed by GitHub
parent fd2a8edb53
commit 4f6f587700
118 changed files with 1807 additions and 1835 deletions

View File

@@ -18,10 +18,10 @@ paths:
```
src/test/java/com/example/app/
service/ # Unit tests for service layer
controller/ # Web layer / API tests
repository/ # Data access tests
integration/ # Cross-layer integration tests
service/ # 服务层单元测试
controller/ # Web 层/API 测试
repository/ # 数据访问测试
integration/ # 跨层集成测试
```
`src/test/java` 中镜像 `src/main/java` 的包结构。