[ github-action ] 新增Agent版本控制
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
package io.wdd.rpc.openfeign;
|
||||
|
||||
public class AgentOperationFeign {
|
||||
import org.springframework.cloud.openfeign.FeignClient;
|
||||
|
||||
@FeignClient(url = "")
|
||||
public interface AgentOperationFeign {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user