arm适配
This commit is contained in:
+2
@@ -19,6 +19,7 @@ import lombok.extern.slf4j.Slf4j;
|
|||||||
import org.apache.commons.lang.StringUtils;
|
import org.apache.commons.lang.StringUtils;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
import org.springframework.cloud.stream.function.StreamBridge;
|
import org.springframework.cloud.stream.function.StreamBridge;
|
||||||
|
import org.springframework.context.annotation.Lazy;
|
||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
import javax.annotation.Resource;
|
import javax.annotation.Resource;
|
||||||
@@ -39,6 +40,7 @@ public class AgentSignApplicationService {
|
|||||||
|
|
||||||
@Resource
|
@Resource
|
||||||
private ThirdPartyServiceFeign thirdPartyServiceFeign;
|
private ThirdPartyServiceFeign thirdPartyServiceFeign;
|
||||||
|
@Lazy
|
||||||
@Autowired
|
@Autowired
|
||||||
private MotorcadeCollectionApplicationService motorcadeCollectionApplicationService;
|
private MotorcadeCollectionApplicationService motorcadeCollectionApplicationService;
|
||||||
// @Autowired
|
// @Autowired
|
||||||
|
|||||||
+2
@@ -36,6 +36,7 @@ import com.mhd.user.interfaces.dto.MotorcadeCollectionDTO;
|
|||||||
import lombok.extern.slf4j.Slf4j;
|
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.context.annotation.Lazy;
|
||||||
import org.springframework.scheduling.annotation.Async;
|
import org.springframework.scheduling.annotation.Async;
|
||||||
import org.springframework.stereotype.Service;
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
@@ -56,6 +57,7 @@ import java.util.Map;
|
|||||||
public class MotorcadeCollectionApplicationService {
|
public class MotorcadeCollectionApplicationService {
|
||||||
@Autowired
|
@Autowired
|
||||||
private MotorcadeCollectionDomainService motorcadeCollectionDomainService;
|
private MotorcadeCollectionDomainService motorcadeCollectionDomainService;
|
||||||
|
@Lazy
|
||||||
@Autowired
|
@Autowired
|
||||||
private AgentSignApplicationService agentSignApplicationService;
|
private AgentSignApplicationService agentSignApplicationService;
|
||||||
@Autowired
|
@Autowired
|
||||||
|
|||||||
Reference in New Issue
Block a user