Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
yanhom1314 committed Jun 26, 2023
1 parent 6857f91 commit 1c6abbf
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ protected void afterExecute(Runnable r, Throwable t);

- **代码零侵入**:我们改变了线程池以往的使用姿势,所有配置均放在配置中心,服务启动时会从配置中心拉取配置生成线程池对象放到 Spring 容器中,使用时直接从 Spring 容器中获取,对业务代码零侵入

- **通知告警**:提供多种报警维度(配置变更通知、活性报警、容量阈值报警、拒绝触发报警、任务执行或等待超时报警),已支持企业微信、钉钉、飞书、邮件报警,同时提供 SPI 接口可自定义扩展实现
- **通知告警**:提供多种报警维度(配置变更通知、活性报警、容量阈值报警、拒绝触发报警、任务执行或等待超时报警),已支持企业微信、钉钉、飞书、邮件、云之家报警,同时提供 SPI 接口可自定义扩展实现

- **运行监控**:定时采集线程池指标数据,支持通过 MicroMeter、JsonLog 日志输出、Endpoint 三种方式,可通过 SPI 接口自定义扩展实现

Expand Down
3 changes: 0 additions & 3 deletions extension/extension-notify-yunzhijia/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,4 @@
</parent>

<artifactId>dynamic-tp-extension-notify-yunzhijia</artifactId>



</project>
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import org.dromara.dynamictp.core.notifier.AbstractDtpNotifier;

/**
* DtpWechatNotifier related
* DtpYunZhiJiaNotifier related
*
* @author husky12138
* @since 1.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package org.dromara.dynamictp.extension.notify.yunzhijia;

/**
* WechatNotifyConst related
* YunZhiJiaNotifyConst related
*
* @author husky12138
* @since 1.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

package org.dromara.dynamictp.start.extension.notify.yunzhijia.autoconfigure;


import org.dromara.dynamictp.core.notifier.DtpNotifier;
import org.dromara.dynamictp.extension.notify.yunzhijia.DtpYunZhiJiaNotifier;
import org.dromara.dynamictp.extension.notify.yunzhijia.YunZhiJiaNotifier;
Expand All @@ -27,7 +26,7 @@
import org.springframework.context.annotation.Configuration;

/**
* NotifyEmailAutoConfiguration related
* NotifyYunZhiJiaAutoConfiguration related
*
* @author husky12138
* @since 1.0.8
Expand Down

0 comments on commit 1c6abbf

Please sign in to comment.