Files
starRiverProperty/maven-ninca-crk/AGENTS.md
T
反编译工作区 e8672a3c7b fix: relocate cwos-portal decompiled output to correct path; remove nested directory
Former-commit-id: dc30d42a8c55ed8b2382a41dc2434233fbed9930
2026-04-29 12:09:48 +08:00

34 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# maven-ninca-crk/ — 人脸识别 GPU 服务
## OVERVIEW
CloudWalk Ninca 人脸识别 GPU 后端服务。Spring Boot 单模块应用,提供人脸识别能力。与电梯应用通过 Feign/Ribbon 通信。
## STRUCTURE
```
maven-ninca-crk/
├── AGENTS.md # ← 本文件
├── pom.xml # 父 POMJDK 8、formatter
└── ninca-crk-gpu-std/ # GPU 标准版
├── pom.xml # 子模块 POMformatter-maven-plugin
└── src/main/java/.../Application.java # @SpringBootApplication
```
## WHERE TO LOOK
| Task | Location | Notes |
|------|----------|-------|
| 启动入口 | `ninca-crk-gpu-std/.../Application.java` | Spring Boot 主类 |
| Pom 配置 | `ninca-crk-gpu-std/pom.xml` | 依赖与插件 |
## CONVENTIONS
- JDK 8
- P3C Eclipse Formatter`docs/style/alibaba-eclipse-codestyle.xml`
- `formatter-maven-plugin` 配置在父子 POM 中
## NOTES
- V1 反编译参考:`artifacts/decompiled/trees/ninca-crk-std-backend-V2.9.1_20210630.jar.src/`
- 与电梯应用通过 Consul + Ribbon 服务发现通信
- 当前迭代中此模块非主力目标,仅需保持接口兼容