# dubbo-dubbox-compatible
**Repository Path**: spring-cloud-native/dubbo-dubbox-compatible
## Basic Information
- **Project Name**: dubbo-dubbox-compatible
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-05-21
- **Last Updated**: 2024-05-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 简介
解决dubbox、dubbo互相调用时会出错的问题
无需Provider、Consumer同时引用,单方引用即可,解决大规模升级困难的问题。
# 版本
| 框架 | 源码地址 | branch/tag | version |
| -------- | ---------------------------------------- | ------------- | ------- |
| *dubbox* | https://github.com/dangdangdotcom/dubbox | branch:master | 2.8.4 |
| *dubbo* | https://github.com/apache/dubbo | tag:2.7.7 | 2.7.7 |
# Maven Dependency
```xml
io.github.sartner
dubbo-dubbox-compatible
2.7.7
```
# 使用方式
将Maven依赖添加到 `dubbo` dependency 上方,以实现优先加载。
```xml
io.github.sartner
dubbo-dubbox-compatible
2.7.7
org.apache.dubbo
dubbo
2.7.7
```
可以在启动时添加 JVM 参数 `-verbose:class` 确认是否加载正确。
```
[Loaded org.apache.dubbo.rpc.protocol.dubbo.DubboCodec from file:/xxx/lib/dubbo-dubbox-compatible-2.7.7.jar]
```