update 升级 dubbo 独立管理版本 解决兼容性问题 与 bug修复

This commit is contained in:
疯狂的狮子Li
2022-01-08 13:23:22 +08:00
parent 3efd7c7bd4
commit 581f54742a
2 changed files with 403 additions and 372 deletions

View File

@@ -27,6 +27,17 @@
<artifactId>spring-cloud-starter-dubbo</artifactId>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-spring-boot-actuator</artifactId>
<version>${dubbo.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba.spring</groupId>
<artifactId>spring-context-support</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-apache-dubbo-adapter</artifactId>