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

Commit c4b2d7c6 authored by 胡佳晨's avatar 胡佳晨

Merge branch 'master' into hjc_ajb_wf

parents 76e17e3d a39000b7
......@@ -15,6 +15,7 @@ import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.util.StringUtils;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.GetMapping;
......@@ -38,6 +39,7 @@ public class AdamMemberController {
@Autowired
IAdamUserMemberService adamUserMemberService;
@Autowired
@Lazy
FeignAdamPlatformClient feignAdamPlatformClient;
@ApiOperationSupport(order = 1)
......
......@@ -21,6 +21,7 @@ import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Lazy;
import org.springframework.core.env.Environment;
import org.springframework.stereotype.Service;
import org.springframework.util.CollectionUtils;
......@@ -44,6 +45,7 @@ public class AdamMemberOrderServiceImpl implements IAdamMemberOrderService {
@Autowired
IAdamUserMemberService adamUserMemberService;
@Autowired
@Lazy
FeignStoneIntegralClient feignStoneIntegralClient;
......
......@@ -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