mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-09 08:20:31 +08:00
fix: relocate cwos-portal decompiled output to correct path; remove nested directory
Former-commit-id: dc30d42a8c55ed8b2382a41dc2434233fbed9930
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
# maven-ninca-crk/ — 人脸识别 GPU 服务
|
||||
|
||||
## OVERVIEW
|
||||
CloudWalk Ninca 人脸识别 GPU 后端服务。Spring Boot 单模块应用,提供人脸识别能力。与电梯应用通过 Feign/Ribbon 通信。
|
||||
|
||||
## STRUCTURE
|
||||
```
|
||||
maven-ninca-crk/
|
||||
├── AGENTS.md # ← 本文件
|
||||
├── pom.xml # 父 POM(JDK 8、formatter)
|
||||
└── ninca-crk-gpu-std/ # GPU 标准版
|
||||
├── pom.xml # 子模块 POM(formatter-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 服务发现通信
|
||||
- 当前迭代中此模块非主力目标,仅需保持接口兼容
|
||||
Reference in New Issue
Block a user