【同步】BOOT 和 CLOUD 的功能

This commit is contained in:
YunaiV
2026-02-14 16:07:21 +08:00
parent b8a213849c
commit 06586b85f6
3 changed files with 150 additions and 65 deletions

View File

@@ -60,7 +60,7 @@ public class MpAccountServiceImpl implements MpAccountService {
private MpAccountMapper mpAccountMapper;
@Resource
@Lazy // 延迟加载,解决循环依赖的问题
@Lazy // 延迟加载,解决循环依赖
private MpServiceFactory mpServiceFactory;
@Override