定时任务
This commit is contained in:
@@ -2,12 +2,14 @@ package com.czg.task;
|
|||||||
|
|
||||||
import jakarta.annotation.Resource;
|
import jakarta.annotation.Resource;
|
||||||
import org.springframework.scheduling.annotation.Scheduled;
|
import org.springframework.scheduling.annotation.Scheduled;
|
||||||
|
import org.springframework.stereotype.Component;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* market服务 任务总调度
|
* market服务 任务总调度
|
||||||
* @author ww
|
* @author ww
|
||||||
* @description
|
* @description
|
||||||
*/
|
*/
|
||||||
|
@Component
|
||||||
public class AAMarketTasks {
|
public class AAMarketTasks {
|
||||||
//生日有礼奖励发放
|
//生日有礼奖励发放
|
||||||
@Resource
|
@Resource
|
||||||
|
|||||||
Reference in New Issue
Block a user