Sinlmao Commons Dubbo Helper


License

License

Categories

Categories

Dubbo Net Networking
GroupId

GroupId

cn.sinlmao.commons
ArtifactId

ArtifactId

dubbo-helper
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Sinlmao Commons Dubbo Helper
Sinlmao Commons Dubbo Helper
Project URL

Project URL

https://github.com/sinlmao/Dubbo-Helper
Source Code Management

Source Code Management

https://github.com/sinlmao/Dubbo-Helper.git

Download dubbo-helper

How to add to project

<!-- https://jarcasting.com/artifacts/cn.sinlmao.commons/dubbo-helper/ -->
<dependency>
    <groupId>cn.sinlmao.commons</groupId>
    <artifactId>dubbo-helper</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.sinlmao.commons/dubbo-helper/
implementation 'cn.sinlmao.commons:dubbo-helper:1.0.3'
// https://jarcasting.com/artifacts/cn.sinlmao.commons/dubbo-helper/
implementation ("cn.sinlmao.commons:dubbo-helper:1.0.3")
'cn.sinlmao.commons:dubbo-helper:jar:1.0.3'
<dependency org="cn.sinlmao.commons" name="dubbo-helper" rev="1.0.3">
  <artifact name="dubbo-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.sinlmao.commons', module='dubbo-helper', version='1.0.3')
)
libraryDependencies += "cn.sinlmao.commons" % "dubbo-helper" % "1.0.3"
[cn.sinlmao.commons/dubbo-helper "1.0.3"]

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.dubbo : dubbo jar 2.7.3
log4j : log4j jar 1.2.16
cn.sinlmao.commons : network jar 1.4.5

Project Modules

There are no modules declared in this project.

Sinlmao Commons Dubbo Helper

一个简单地、轻量级的 Java Dubbo 集成、封装的操作类库。

update:2019-08-16 ver:1.0.1


这是一个简单地并且轻量级的Java用于Dubbo的操作类库。最初是因为需要符合个人使用习惯而集成并封装的小型类库,后来在公司项目和内部有一些使用。最初通过IDE打包成jar的方式供项目使用,但是由于基本所有项目都使用Maven构建,使用本地引用jar包的方式方便也不符合Maven的推荐,需要提交至Maven仓库并开源至GitHub。只是一些简单便利地封装,不算什么技术

目前发布的功能(或提供的操作功能)如下:

  • 支持注册服务;
  • 支持动态引用服务;

通过Maven引入,直接在POM中设置如下:

<dependency>
    <groupId>cn.sinlmao.commons</groupId>
    <artifactId>dubbo-helper</artifactId>
    <version>1.0.1</version>
</dependency>

文档将在后续尽快完善。

Versions

Version
1.0.3
1.0.2
1.0.1