Commit 94a5a3a6 by huangfusuper

添加配置

parent e3240a43
......@@ -57,3 +57,10 @@ myth-job:
filestystem: FASTDFS
snapshoot-date: 60 #快照的保存时间 单位天
myth:
plugin:
env: ${myth-rpc.registry.env}
biz: ${myth-rpc.registry.biz}
register:
url: ${myth-rpc.registry.address}
......@@ -51,5 +51,9 @@ public @interface TaskHandler {
*/
String alarmlAction() default "0";
/**
* 邮箱
* @return
*/
String sendEmail() default "";
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment