MVN

io.github.aresxue.boot : ares-boot-starter-rpc-adapter

Maven & Gradle

May 12, 2023

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

<dependency>
    <groupId>io.github.aresxue.boot</groupId>
    <artifactId>ares-boot-starter-rpc-adapter</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.aresxue.boot : ares-boot-starter-rpc-adapter to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of io.github.aresxue.boot : ares-boot-starter-rpc-adapter to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
ares-boot-starter-rpc-adapter-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.aresxue.boot</groupId>
    <artifactId>ares-boot-starter-rpc-adapter</artifactId>
    <version>1.0.0</version>
</dependency>