记得上下班打卡 | git大法好,push需谨慎

Commit a39000b7 authored by 张禹's avatar 张禹

Merge branch 'fix_feign_err_create_bean' into 'master'

~feign:循环依赖;

See merge request !301
parents 8afb00e8 e7bc9bb2
......@@ -24,6 +24,7 @@ import org.apache.commons.lang3.ArrayUtils;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Service;
import org.springframework.util.DigestUtils;
......@@ -55,8 +56,10 @@ public class AdamUserInfoServiceImpl implements IAdamUserInfoService {
private EasemobUtil easemobUtil;
@Autowired
@Lazy
private FeignAdamChimeClient feignAdamChimeClient;
@Autowired
@Lazy
private FeignAdamStoneClient feignAdamStoneClient;
@Value("${liquidnet.reviewer.user-info}")
......
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