feat(queue): 迁移queue到hudi service项目中

This commit is contained in:
2024-01-15 10:41:01 +08:00
parent f5b1845d97
commit 616eb1e514
16 changed files with 895 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ import org.eclipse.collections.api.list.ImmutableList;
* @author lanyuanxiaoyao
* @date 2023-05-07
*/
@BaseRequest(baseURL = "http://center-queue/queue")
@BaseRequest(baseURL = "http://service-queue/queue")
public interface QueueService {
@Get("/names")
ImmutableList<String> names();