[重磅更新] 升级 dubbo 3.0 使用原生 starter 整合 减少与 feign 的无用兼容配置

This commit is contained in:
疯狂的狮子Li
2022-03-08 02:13:09 +08:00
parent 16a349708b
commit c31d52d8b4
8 changed files with 22 additions and 12 deletions

View File

@@ -24,8 +24,9 @@
</dependency>
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-dubbo</artifactId>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>