|
|
@@ -12,8 +12,11 @@ import com.kym.service.admin.RechargeRightsService;
|
|
|
import com.kym.service.jobs.DelayService;
|
|
|
import com.kym.service.jobs.DelayedItem;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
+import org.springframework.beans.factory.config.ConfigurableBeanFactory;
|
|
|
+import org.springframework.context.annotation.Scope;
|
|
|
import org.springframework.context.event.ContextRefreshedEvent;
|
|
|
import org.springframework.context.event.EventListener;
|
|
|
+import org.springframework.stereotype.Service;
|
|
|
|
|
|
import java.util.concurrent.DelayQueue;
|
|
|
import java.util.concurrent.ExecutorService;
|