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
3d4d08ed
Commit
3d4d08ed
authored
Dec 03, 2020
by
wanghaihang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
跑新房楼盘数据接口时间调整
parent
383693ee
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
applicationContext-quartz.xml
...ces/development/application/applicationContext-quartz.xml
+1
-1
applicationContext-quartz.xml
...rces/production/application/applicationContext-quartz.xml
+1
-1
applicationContext-quartz.xml
.../resources/test/application/applicationContext-quartz.xml
+1
-1
No files found.
house365-hgs-ws/src/main/resources/development/application/applicationContext-quartz.xml
View file @
3d4d08ed
...
...
@@ -210,7 +210,7 @@
<bean
id=
"setRecommendTrigger"
class=
"org.springframework.scheduling.quartz.CronTriggerBean"
>
<property
name=
"jobDetail"
ref=
"setRecommendQuote"
/>
<!--<property name="cronExpression" value="0 0 0/60 * * ?"/>-->
<property
name=
"cronExpression"
value=
"0 0
/5 *
* * ?"
/>
<property
name=
"cronExpression"
value=
"0 0
0/1
* * ?"
/>
</bean>
<bean
id=
"setRecommendQuote"
...
...
house365-hgs-ws/src/main/resources/production/application/applicationContext-quartz.xml
View file @
3d4d08ed
...
...
@@ -209,7 +209,7 @@
<bean
id=
"setRecommendTrigger"
class=
"org.springframework.scheduling.quartz.CronTriggerBean"
>
<property
name=
"jobDetail"
ref=
"setRecommendQuote"
/>
<!--<property name="cronExpression" value="0 0 0/60 * * ?"/>-->
<property
name=
"cronExpression"
value=
"0 0
/5 *
* * ?"
/>
<property
name=
"cronExpression"
value=
"0 0
0/1
* * ?"
/>
</bean>
<bean
id=
"setRecommendQuote"
...
...
house365-hgs-ws/src/main/resources/test/application/applicationContext-quartz.xml
View file @
3d4d08ed
...
...
@@ -208,7 +208,7 @@
<!--<bean id="setRecommendTrigger" class="org.springframework.scheduling.quartz.CronTriggerBean">-->
<!--<property name="jobDetail" ref="setRecommendQuote"/>-->
<!--<!–<property name="cronExpression" value="0 0 0/60 * * ?"/>–>-->
<!--<property name="cronExpression" value="0 0
/5 *
* * ?"/>-->
<!--<property name="cronExpression" value="0 0
0/1
* * ?"/>-->
<!--</bean>-->
<!--<bean id="setRecommendQuote"-->
...
...
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