打开定时器

pull/1/head
huangxinlu 5 years ago
parent 0806c660d6
commit 41fd8064b8
  1. 3
      blockchain-server/blockchain-server-databot/src/main/java/com/blockchain/server/databot/schedule/MatchScheduling.java

@ -13,11 +13,12 @@ import com.blockchain.server.databot.service.MatchConfigService;
import com.blockchain.server.databot.service.MatchService; import com.blockchain.server.databot.service.MatchService;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.annotation.Scheduled; import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
import java.math.BigDecimal; import java.math.BigDecimal;
import java.util.List; import java.util.List;
//@Component @Component
public class MatchScheduling { public class MatchScheduling {
@Autowired @Autowired

Loading…
Cancel
Save