refactor(forest): 调整 b1 和 b5 sync 的服务名称

This commit is contained in:
2023-05-06 17:34:28 +08:00
parent 92973ee09e
commit 0bd567a9e6
2 changed files with 2 additions and 2 deletions

View File

@@ -8,6 +8,6 @@ import com.dtflys.forest.annotation.BaseRequest;
* @author lanyuanxiaoyao
* @date 2023-04-21
*/
@BaseRequest(baseURL = "http://service-yarn-query-b1e11")
@BaseRequest(baseURL = "http://service-yarn-query-b1")
public interface YarnB1Service extends YarnService {
}

View File

@@ -8,6 +8,6 @@ import com.dtflys.forest.annotation.BaseRequest;
* @author lanyuanxiaoyao
* @date 2023-04-21
*/
@BaseRequest(baseURL = "http://service-yarn-query-b2s119")
@BaseRequest(baseURL = "http://service-yarn-query-b5-sync")
public interface YarnB5SyncService extends YarnService {
}