com.imadcn.framework:dubbo-extension

dubbo-extension tools

License

License

Categories

Categories

Dubbo Net Networking
GroupId

GroupId

com.imadcn.framework
ArtifactId

ArtifactId

dubbo-extension
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

com.imadcn.framework:dubbo-extension
dubbo-extension tools
Project URL

Project URL

https://github.com/imadcn/dubbo-extension
Source Code Management

Source Code Management

https://github.com/imadcn/dubbo-extension.git

Download dubbo-extension

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.alibaba : dubbo jar 2.6.2
com.alibaba : fastjson jar 1.2.47
com.imadcn.framework : common jar 1.1.9

Project Modules

There are no modules declared in this project.

dubbo-framework工具扩展

Build Status Maven Central License

是什么

dubbo框架拓展,目前提供日志系统,打印消费者,服务者 rpc调用日志,根据调用id(uuid)来跨系统跟踪服务调用

怎么用

Maven

<dependency>
  <groupId>com.imadcn.framework</groupId>
  <artifactId>dubbo-extension</artifactId>
  <version>${latest.version}</version>
</dependency>

Versions

Version
1.1.0
1.0.6
1.0.5
1.0.0
1.0.0.M1