mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-16 18:16:10 +02:00
docs(zh-CN): translate code block(plain text) (#753)
Co-authored-by: neo <neo.dowithless@gmail.com>
This commit is contained in:
parent
fd2a8edb53
commit
4f6f587700
118 changed files with 1807 additions and 1835 deletions
|
|
@ -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` 的包结构。
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue