取消定时任务配置

This commit is contained in:
macro
2023-10-19 10:15:05 +08:00
parent 90a5d4e876
commit adb488998d

View File

@@ -11,7 +11,7 @@ import org.springframework.stereotype.Component;
* Created by macro on 2018/8/24.
* 订单超时取消并解锁库存的定时器
*/
@Component
//@Component
public class OrderTimeOutCancelTask {
private Logger LOGGER =LoggerFactory.getLogger(OrderTimeOutCancelTask.class);
@Autowired