Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 438 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 438 Bytes

service-client-java

What

It is a part of Nofdev RPC framework.

It is a rpc client side util for java project.

How

Please refer HttpJsonProxySpec.

Notice: You must include the same interface classes with server side in your client side project.

Maven地址

稳定版
<dependency>
    <groupId>org.nofdev</groupId>
    <artifactId>service-client-java</artifactId>
    <version>1.3.5</version>
</dependency>