package com.yami.trading.huobi.task;
|
|
import com.yami.trading.service.item.ItemService;
|
import lombok.extern.slf4j.Slf4j;
|
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.context.annotation.Lazy;
|
import org.springframework.scheduling.annotation.Scheduled;
|
import org.springframework.stereotype.Component;
|
|
/**
|
* 更新所有股票行情 [暂时弃用]
|
* @哪吒出海
|
*/
|
//@Component
|
//@Lazy(value = false)
|
//@Slf4j
|
public class StockQuotesTask {
|
|
//@Autowired
|
//private ItemService itemService;
|
|
|
}
|