28 lines
632 B
YAML
28 lines
632 B
YAML
# ============================================================
|
|
# 类变更检测配置
|
|
# ============================================================
|
|
|
|
class_check:
|
|
enabled: true
|
|
|
|
dto_entity_conversion:
|
|
enabled: true
|
|
|
|
model_dirs:
|
|
- jnpf-ftb/jnpf-ftb-entity/src/main/java
|
|
|
|
endpoint_scan:
|
|
controllers:
|
|
- jnpf-ftb/jnpf-ftb-biz/src/main/java
|
|
feign_apis:
|
|
- jnpf-ftb/jnpf-ftb-api/src/main/java
|
|
|
|
conversion_scan:
|
|
- jnpf-ftb/jnpf-ftb-biz/src/main/java
|
|
|
|
wecom:
|
|
webhook_url: "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=61f08cc9-b734-4dff-a931-7f33654c0a81"
|
|
|
|
notify:
|
|
only_on_change: true
|