Commit 7cb69021 by guo_minglei@163.com

Merge remote-tracking branch 'origin/developer' into developer

parents fb867587 a45be81b
...@@ -57,3 +57,10 @@ myth-job: ...@@ -57,3 +57,10 @@ myth-job:
filestystem: FASTDFS filestystem: FASTDFS
snapshoot-date: 60 #快照的保存时间 单位天 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 { ...@@ -51,5 +51,9 @@ public @interface TaskHandler {
*/ */
String alarmlAction() default "0"; String alarmlAction() default "0";
/**
* 邮箱
* @return
*/
String sendEmail() default ""; 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