feat(all): 移除b5集群

This commit is contained in:
v-zhangjc9
2024-10-14 14:32:43 +08:00
parent 6dbad6825d
commit b3ccbce16e
14 changed files with 3 additions and 2093 deletions

View File

@@ -1,12 +0,0 @@
package com.lanyuanxiaoyao.service.forest.service.launcher.impl;
import com.dtflys.forest.annotation.BaseRequest;
import com.lanyuanxiaoyao.service.forest.service.launcher.LauncherService;
/**
* @author lanyuanxiaoyao
* @date 2023-06-06
*/
@BaseRequest(baseURL = "http://service-launcher-b5")
public interface B5LauncherService extends LauncherService {
}