refactor(forest): 调整 b1 和 b5 sync 的服务名称
This commit is contained in:
@@ -8,6 +8,6 @@ import com.dtflys.forest.annotation.BaseRequest;
|
|||||||
* @author lanyuanxiaoyao
|
* @author lanyuanxiaoyao
|
||||||
* @date 2023-04-21
|
* @date 2023-04-21
|
||||||
*/
|
*/
|
||||||
@BaseRequest(baseURL = "http://service-yarn-query-b1e11")
|
@BaseRequest(baseURL = "http://service-yarn-query-b1")
|
||||||
public interface YarnB1Service extends YarnService {
|
public interface YarnB1Service extends YarnService {
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,6 +8,6 @@ import com.dtflys.forest.annotation.BaseRequest;
|
|||||||
* @author lanyuanxiaoyao
|
* @author lanyuanxiaoyao
|
||||||
* @date 2023-04-21
|
* @date 2023-04-21
|
||||||
*/
|
*/
|
||||||
@BaseRequest(baseURL = "http://service-yarn-query-b2s119")
|
@BaseRequest(baseURL = "http://service-yarn-query-b5-sync")
|
||||||
public interface YarnB5SyncService extends YarnService {
|
public interface YarnB5SyncService extends YarnService {
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user