rpc快速使用,可自动从配置中心获取注册中心、线程池、超时时间等配置,
在rpc调用异常时将异常封装成标准响应对象返回给调用方,并自定义rpc telnet指令供开发测试使用,
业务可使用提供注解进行rpc服务的消费和提供,可实现消费和提供者服务批量管理,提供泛化调用工具
RPC use quickly, and the underlying implementation is currently dubbo, which can
automatically obtain configurations such as registration center, thread pool,
and timeout time from the configuration center. When dubbo calls an exception,
it will encapsulate the exception into a standard response object and
return it to the caller, and customize the dubbo telnet command. For development
and testing, businesses can use annotations to consume and provide RPC services,
realize batch management of consumption and provider services, and provide generalized calling
tools
Download JD-GUI to open JAR file and explore Java source code file (.class .java)
Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window ares-boot-starter-rpc-adapter-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.