You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@DubboService
public class UserServiceImpl implements UserService {
// 处理东西向请求
}
// Triple X 也支持南北向流量处理
@DubboService
public class OrderService { @GetMapping("/order/{orderId}")
public Order getOrderById(@PathVariable("orderId") String orderId) {}
}
The text was updated successfully, but these errors were encountered:
@DubboService
public class UserServiceImpl implements UserService {
// 处理东西向请求
}
// Triple X 也支持南北向流量处理
@DubboService
public class OrderService {
@GetMapping("/order/{orderId}")
public Order getOrderById(@PathVariable("orderId") String orderId) {}
}
The text was updated successfully, but these errors were encountered: