Commit 6e03d4f7 by zhangxingmin

push

parent d644ef17
...@@ -64,6 +64,7 @@ import java.time.LocalDateTime; ...@@ -64,6 +64,7 @@ import java.time.LocalDateTime;
import java.util.*; import java.util.*;
import java.util.function.Function; import java.util.function.Function;
import java.util.stream.Collectors; import java.util.stream.Collectors;
import org.springframework.context.annotation.Lazy;
@Slf4j @Slf4j
@Service @Service
...@@ -101,6 +102,7 @@ public class ApiExpectedFortuneServiceImpl implements ApiExpectedFortuneService ...@@ -101,6 +102,7 @@ public class ApiExpectedFortuneServiceImpl implements ApiExpectedFortuneService
@Qualifier("commonAsyncExecutor") @Qualifier("commonAsyncExecutor")
private Executor asyncExecutor; private Executor asyncExecutor;
@Autowired @Autowired
@Lazy
private ApiExpectedFortuneService self; private ApiExpectedFortuneService self;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment