记得上下班打卡 | 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; ...@@ -15,6 +15,7 @@ import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiOperation;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.util.StringUtils; import org.springframework.util.StringUtils;
import org.springframework.validation.annotation.Validated; import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.GetMapping;
...@@ -38,6 +39,7 @@ public class AdamMemberController { ...@@ -38,6 +39,7 @@ public class AdamMemberController {
@Autowired @Autowired
IAdamUserMemberService adamUserMemberService; IAdamUserMemberService adamUserMemberService;
@Autowired @Autowired
@Lazy
FeignAdamPlatformClient feignAdamPlatformClient; FeignAdamPlatformClient feignAdamPlatformClient;
@ApiOperationSupport(order = 1) @ApiOperationSupport(order = 1)
......
...@@ -21,6 +21,7 @@ import lombok.extern.slf4j.Slf4j; ...@@ -21,6 +21,7 @@ import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.BeanUtils; import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value; import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Lazy;
import org.springframework.core.env.Environment; import org.springframework.core.env.Environment;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import org.springframework.util.CollectionUtils; import org.springframework.util.CollectionUtils;
...@@ -44,6 +45,7 @@ public class AdamMemberOrderServiceImpl implements IAdamMemberOrderService { ...@@ -44,6 +45,7 @@ public class AdamMemberOrderServiceImpl implements IAdamMemberOrderService {
@Autowired @Autowired
IAdamUserMemberService adamUserMemberService; IAdamUserMemberService adamUserMemberService;
@Autowired @Autowired
@Lazy
FeignStoneIntegralClient feignStoneIntegralClient; FeignStoneIntegralClient feignStoneIntegralClient;
......
...@@ -24,6 +24,7 @@ import org.apache.commons.lang3.ArrayUtils; ...@@ -24,6 +24,7 @@ import org.apache.commons.lang3.ArrayUtils;
import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value; import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import org.springframework.util.DigestUtils; import org.springframework.util.DigestUtils;
...@@ -55,8 +56,10 @@ public class AdamUserInfoServiceImpl implements IAdamUserInfoService { ...@@ -55,8 +56,10 @@ public class AdamUserInfoServiceImpl implements IAdamUserInfoService {
private EasemobUtil easemobUtil; private EasemobUtil easemobUtil;
@Autowired @Autowired
@Lazy
private FeignAdamChimeClient feignAdamChimeClient; private FeignAdamChimeClient feignAdamChimeClient;
@Autowired @Autowired
@Lazy
private FeignAdamStoneClient feignAdamStoneClient; private FeignAdamStoneClient feignAdamStoneClient;
@Value("${liquidnet.reviewer.user-info}") @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