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
74bdf546
Commit
74bdf546
authored
Apr 24, 2018
by
manxiaoqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
fa97ace1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
14 deletions
+14
-14
workspace.xml
.idea/workspace.xml
+13
-13
applicationContext-schedule.xml
src/main/resources/spring/applicationContext-schedule.xml
+1
-1
No files found.
.idea/workspace.xml
View file @
74bdf546
...
...
@@ -87,8 +87,8 @@
<file
leaf-file-name=
"applicationContext-schedule.xml"
pinned=
"false"
current-in-tab=
"true"
>
<entry
file=
"file://$PROJECT_DIR$/src/main/resources/spring/applicationContext-schedule.xml"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
361
"
>
<caret
line=
"
62"
column=
"70"
lean-forward=
"false"
selection-start-line=
"62"
selection-start-column=
"70"
selection-end-line=
"62"
selection-end-column=
"70
"
/>
<state
relative-caret-position=
"
154
"
>
<caret
line=
"
14"
column=
"69"
lean-forward=
"false"
selection-start-line=
"14"
selection-start-column=
"69"
selection-end-line=
"14"
selection-end-column=
"69
"
/>
<folding
/>
</state>
</provider>
...
...
@@ -1338,13 +1338,6 @@
<workItem
from=
"1523843445576"
duration=
"7238000"
/>
<workItem
from=
"1523876594256"
duration=
"75800000"
/>
</task>
<task
id=
"LOCAL-00064"
summary=
"app排序"
>
<created>
1517309281095
</created>
<option
name=
"number"
value=
"00064"
/>
<option
name=
"presentableId"
value=
"LOCAL-00064"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1517309281095
</updated>
</task>
<task
id=
"LOCAL-00065"
summary=
"app排序"
>
<created>
1517309635908
</created>
<option
name=
"number"
value=
"00065"
/>
...
...
@@ -1681,11 +1674,18 @@
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1524559393209
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"113"
/>
<task
id=
"LOCAL-00113"
summary=
"2 "
>
<created>
1524560314468
</created>
<option
name=
"number"
value=
"00113"
/>
<option
name=
"presentableId"
value=
"LOCAL-00113"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1524560314468
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"114"
/>
<servers
/>
</component>
<component
name=
"TimeTrackingManager"
>
<option
name=
"totallyTimeSpent"
value=
"474
647
000"
/>
<option
name=
"totallyTimeSpent"
value=
"474
721
000"
/>
</component>
<component
name=
"ToolWindowManager"
>
<frame
x=
"-8"
y=
"-8"
width=
"1382"
height=
"744"
extended-state=
"6"
/>
...
...
@@ -2248,8 +2248,8 @@
</entry>
<entry
file=
"file://$PROJECT_DIR$/src/main/resources/spring/applicationContext-schedule.xml"
>
<provider
selected=
"true"
editor-type-id=
"text-editor"
>
<state
relative-caret-position=
"
361
"
>
<caret
line=
"
62"
column=
"70"
lean-forward=
"false"
selection-start-line=
"62"
selection-start-column=
"70"
selection-end-line=
"62"
selection-end-column=
"70
"
/>
<state
relative-caret-position=
"
154
"
>
<caret
line=
"
14"
column=
"69"
lean-forward=
"false"
selection-start-line=
"14"
selection-start-column=
"69"
selection-end-line=
"14"
selection-end-column=
"69
"
/>
<folding
/>
</state>
</provider>
...
...
src/main/resources/spring/applicationContext-schedule.xml
View file @
74bdf546
...
...
@@ -12,7 +12,7 @@
<bean
id=
"tkioAccountTask"
class=
"tkio.task.AccountTask"
></bean>
<task:scheduled-tasks>
<!--//定时同步短链数据(每5分钟执行一次)-->
<task:scheduled
ref=
"tkioAccountTask"
method=
"task"
cron=
"0
10 11
* * ?"
/>
<task:scheduled
ref=
"tkioAccountTask"
method=
"task"
cron=
"0
5 17
* * ?"
/>
</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