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-qk-alarm/ — 报警服务
|
||||
|
||||
## OVERVIEW
|
||||
CloudWalk Ninca 报警系统后端服务。Spring Boot 单模块应用,处理报警事件与通知。
|
||||
|
||||
## STRUCTURE
|
||||
```
|
||||
maven-ninca-qk-alarm/
|
||||
├── AGENTS.md # ← 本文件
|
||||
├── pom.xml # 父 POM(JDK 8、formatter、jacoco)
|
||||
└── ninca-qk-alarm-app-starter/ # 启动模块
|
||||
├── pom.xml # formatter + jacoco 配置
|
||||
└── src/main/java/.../AlarmApplication.java # @SpringBootApplication
|
||||
```
|
||||
|
||||
## WHERE TO LOOK
|
||||
|
||||
| Task | Location | Notes |
|
||||
|------|----------|-------|
|
||||
| 启动入口 | `ninca-qk-alarm-app-starter/.../AlarmApplication.java` | Spring Boot 主类 |
|
||||
| Pom 配置 | `pom.xml` / `ninca-qk-alarm-app-starter/pom.xml` | 父 POM 含 jacoco 配置 |
|
||||
|
||||
## CONVENTIONS
|
||||
|
||||
- JDK 8
|
||||
- P3C Eclipse Formatter(`docs/style/alibaba-eclipse-codestyle.xml`)
|
||||
- `jacoco-maven-plugin` 代码覆盖率
|
||||
- `formatter-maven-plugin` 配置在父子 POM 中
|
||||
|
||||
## NOTES
|
||||
|
||||
- V1 反编译参考:`artifacts/decompiled/trees/ninca-qk-alarm-app-V2.9.2_20210730.jar.src/`
|
||||
- 当前迭代中此模块非主力目标,仅需保持接口兼容
|
||||
Reference in New Issue
Block a user