feat(REQ-4624) - 调整节点告警配置

This commit is contained in:
wangli 2025-08-06 17:28:07 +08:00
parent bb0d93cfce
commit 33ed38f2f9

View File

@ -19,7 +19,6 @@ import java.util.concurrent.TimeUnit;
@Data
@RefreshScope
public class SupportRefreshProperties {
@Value("${workflow.apiLog.enable: false}")
private Boolean apiLogEnable;
@ -92,4 +91,5 @@ public class SupportRefreshProperties {
@Value("${workflow.imTemplateCode:}")
private String imTemplateCode;
}