Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
byit-myth-job
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liyuan
byit-myth-job
Commits
94a5a3a6
Commit
94a5a3a6
authored
Apr 16, 2020
by
huangfusuper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加配置
parent
e3240a43
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
application-dev.yml
byit-myth-admin/src/main/resources/application-dev.yml
+7
-0
TaskHandler.java
.../src/main/java/com/byit/task/annotations/TaskHandler.java
+4
-0
No files found.
byit-myth-admin/src/main/resources/application-dev.yml
View file @
94a5a3a6
...
@@ -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}
byit-plugin-core/byit-plugin-rpc-common/src/main/java/com/byit/task/annotations/TaskHandler.java
View file @
94a5a3a6
...
@@ -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
""
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment