fix: spring注入循环依赖
This commit is contained in:
parent
fce04cc444
commit
0362488b0d
|
@ -87,6 +87,7 @@ public class ApiTestCaseService {
|
|||
private ApiDefinitionExecResultMapper apiDefinitionExecResultMapper;
|
||||
@Resource
|
||||
private EsbApiParamService esbApiParamService;
|
||||
@Lazy
|
||||
@Resource
|
||||
private TestPlanApiCaseService testPlanApiCaseService;
|
||||
@Resource
|
||||
|
|
Loading…
Reference in New Issue