Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
H
Hgs
Project
Project
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
徐州
Hgs
Commits
a136c693
Commit
a136c693
authored
Jul 04, 2022
by
徐州
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
开启测试环境排班定时任务
parent
82d3db4f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
applicationContext-quartz.xml
.../resources/test/application/applicationContext-quartz.xml
+1
-1
No files found.
house365-hgs-ws/src/main/resources/test/application/applicationContext-quartz.xml
View file @
a136c693
...
@@ -417,7 +417,7 @@
...
@@ -417,7 +417,7 @@
<bean
id=
"dutyStaff"
class=
"org.springframework.scheduling.quartz.CronTriggerBean"
>
<bean
id=
"dutyStaff"
class=
"org.springframework.scheduling.quartz.CronTriggerBean"
>
<property
name=
"jobDetail"
ref=
"checkDutyStaff"
/>
<property
name=
"jobDetail"
ref=
"checkDutyStaff"
/>
<property
name=
"cronExpression"
value=
"
0 55 13
* * ? "
/>
<property
name=
"cronExpression"
value=
"
50 * *
* * ? "
/>
</bean>
</bean>
<bean
id=
"checkDutyStaff"
class=
"org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean"
>
<bean
id=
"checkDutyStaff"
class=
"org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean"
>
...
...
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