Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
manager
Project
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
reyun
manager
Commits
95387e86
Commit
95387e86
authored
Feb 07, 2018
by
manxiaoqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
显示
parent
93a12d1f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
workspace.xml
.idea/workspace.xml
+10
-10
applicationContext-schedule.xml
src/main/resources/spring/applicationContext-schedule.xml
+1
-1
No files found.
.idea/workspace.xml
View file @
95387e86
...
...
@@ -1078,14 +1078,7 @@
<workItem
from=
"1517361892578"
duration=
"19237000"
/>
<workItem
from=
"1517447750893"
duration=
"11115000"
/>
<workItem
from=
"1517533917524"
duration=
"7763000"
/>
<workItem
from=
"1517902340876"
duration=
"5544000"
/>
</task>
<task
id=
"LOCAL-00042"
summary=
"定时任务"
>
<created>
1515638642597
</created>
<option
name=
"number"
value=
"00042"
/>
<option
name=
"presentableId"
value=
"LOCAL-00042"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1515638642597
</updated>
<workItem
from=
"1517902340876"
duration=
"6159000"
/>
</task>
<task
id=
"LOCAL-00043"
summary=
"定时任务 删除appinfo重复数据"
>
<created>
1516002330191
</created>
...
...
@@ -1423,11 +1416,18 @@
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1517906414924
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"91"
/>
<task
id=
"LOCAL-00091"
summary=
"显示"
>
<created>
1517985721218
</created>
<option
name=
"number"
value=
"00091"
/>
<option
name=
"presentableId"
value=
"LOCAL-00091"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1517985721219
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"92"
/>
<servers
/>
</component>
<component
name=
"TimeTrackingManager"
>
<option
name=
"totallyTimeSpent"
value=
"34
1469
000"
/>
<option
name=
"totallyTimeSpent"
value=
"34
2084
000"
/>
</component>
<component
name=
"ToolWindowManager"
>
<frame
x=
"-8"
y=
"-8"
width=
"1382"
height=
"744"
extended-state=
"6"
/>
...
...
src/main/resources/spring/applicationContext-schedule.xml
View file @
95387e86
...
...
@@ -12,7 +12,7 @@
<bean
id=
"tkioAccountTask"
class=
"tkio.task.AccountTask"
></bean>
<task:scheduled-tasks>
<!--//定时同步短链数据(每5分钟执行一次)-->
<task:scheduled
ref=
"tkioAccountTask"
method=
"task"
cron=
"0
43 6
* * ?"
/>
<task:scheduled
ref=
"tkioAccountTask"
method=
"task"
cron=
"0
13 7
* * ?"
/>
</task:scheduled-tasks>
<bean
id=
"tkioNoticeTask"
class=
"tkio.task.NoticeTask"
></bean>
...
...
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