fix: relocate cwos-portal decompiled output to correct path; remove nested directory

Former-commit-id: dc30d42a8c55ed8b2382a41dc2434233fbed9930
This commit is contained in:
反编译工作区
2026-04-29 12:09:48 +08:00
parent ea8e492076
commit e8672a3c7b
1759 changed files with 547735 additions and 280 deletions
+33
View File
@@ -0,0 +1,33 @@
# 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 服务发现通信
- 当前迭代中此模块非主力目标,仅需保持接口兼容