fix: spring注入循环依赖

This commit is contained in:
chenjianxing 2022-07-02 15:21:30 +08:00 committed by f2c-ci-robot[bot]
parent fce04cc444
commit 0362488b0d
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ public class ApiTestCaseService {
private ApiDefinitionExecResultMapper apiDefinitionExecResultMapper;
@Resource
private EsbApiParamService esbApiParamService;
@Lazy
@Resource
private TestPlanApiCaseService testPlanApiCaseService;
@Resource