解决循环依赖导致的打包失败

This commit is contained in:
panlinlin
2021-03-25 16:45:29 +08:00
parent bb22908cf7
commit b37a77f23f
10 changed files with 198 additions and 110 deletions

View File

@@ -36,7 +36,6 @@ public class SipPlatformRunner implements CommandLineRunner {
List<ParentPlatform> parentPlatforms = storager.queryEnableParentPlatformList(true);
for (ParentPlatform parentPlatform : parentPlatforms) {
redisCatchStorage.updatePlatformRegister(parentPlatform);
redisCatchStorage.updatePlatformKeepalive(parentPlatform);