feat(all): 增加b9集群相关配置

This commit is contained in:
2024-02-25 12:26:21 +08:00
parent 0338a0d579
commit d0bbdff61d
9 changed files with 77 additions and 18 deletions

View File

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