Naah

Results 70 comments of Naah

[https://www.naah69.com/DeepLearning-500-questions](https://www.naah69.com/DeepLearning-500-questions)

前几天刚合了一次代码

这个在V2EX上见到过,应该不是原创了吧,数据固化替换,很容易被封的

yes,it need two annotations like `@RegisterRestClient` and `@RestClient` i proposed that they are `@RegisterDaprInvokeClient` and `@DaprInvokeClient`,such as ```java @Path("/dapr-invoke-client") @RegisterDaprInvokeClient public interface ExtensionsService { @GET String getById(@QueryParam String id); }...

dapr invoke is a kind of rpc,so it need `@Path`. below is method of dapr client ,it is too original,we need package it such as `quarkus-rest-client` ``` public T invokeMethod(String...

我也是,看了请求,是翻译api不通了