解决循环依赖问题
This commit is contained in:
@@ -132,7 +132,6 @@ public class MyTaskScheduler {
|
||||
|
||||
@Resource
|
||||
private CollectionSortMapper collectionSortMapper;
|
||||
@Lazy
|
||||
@Resource
|
||||
private DesignService designService;
|
||||
|
||||
@@ -151,7 +150,6 @@ public class MyTaskScheduler {
|
||||
private ProjectMapper projectMapper;
|
||||
@Resource
|
||||
private WorkspaceMapper workspaceMapper;
|
||||
@Lazy
|
||||
@Resource
|
||||
private WorkspaceService workspaceService;
|
||||
@Resource
|
||||
|
||||
Reference in New Issue
Block a user