Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yanxuan-wx-store-sharer
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
wx
yanxuan-wx-store-sharer
Commits
22b1277e
Commit
22b1277e
authored
May 19, 2025
by
fanjiaxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新加入调度配置
parent
0dd40ce5
Pipeline
#75734
passed with stages
in 1 minute 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
DscheduleConfig.java
...anxuan/wx/store/sharer/common/config/DscheduleConfig.java
+22
-0
No files found.
yanxuan-wx-store-sharer-common/src/main/java/com/netease/yanxuan/wx/store/sharer/common/config/DscheduleConfig.java
0 → 100644
View file @
22b1277e
package
com
.
netease
.
yanxuan
.
wx
.
store
.
sharer
.
common
.
config
;
import
com.netease.mail.yanxuan.dschedule.core.executor.DscheduleExecutor
;
import
org.springframework.context.annotation.Bean
;
import
org.springframework.context.annotation.Configuration
;
/**
* @Description Dschedule配置
* @Author fanjiaxin
* @Date 2025/2/21 14:40
*/
@Configuration
public
class
DscheduleConfig
{
/**
* dschedule执行器
*/
@Bean
(
value
=
"dscheduleExecutor"
,
initMethod
=
"start"
,
destroyMethod
=
"destroy"
)
public
DscheduleExecutor
dscheduleExecutor
()
{
return
new
DscheduleExecutor
();
}
}
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