-
apache集成的dubbo-spring-boot-starter和阿里巴巴集成的dubbo-spring-boot-starter有什么区别
-
I want to know the difference between alibaba dubbo-spring-boot-starter and apache dubbo-spring-boot-starter?
-
这和spring boot 2.x 出现各种问题 各种注册不上 本地bug 整合mybatis 更是恶心的一x
-
我发现dubbo的相关配置(例如zookeeper注册中心的地址等)放在apollo配置中心的时候是不行的,他不会做任何事情,但是把配置放在application.properties的时候是可以的,是不是因为apollo的配置的获取时间在dubbo的服务发现和注册之后导致的呢
-
在测试本地伪装的时候,在@Reference注解中使用mock="return null"属性会出现ClassNotFoundException异常,而在xml配置文件中使用mock="return null"就没有问题,难道注解不支持嘛?
-
在springboot应用中引入sofa-ark后,可以继续使用dubbo么?
-
dubbo包里都没有这个类
引入jar包如下
com.alibaba.boot:dubbo-spring-boot-starter:0.2.0
com.alibaba:dubbo:2.6.2
-
经测试,Apollo版本0.10.2在bootstrap阶段注入默认application namespace配置apollo.bootstrap.enabled = true无效,需要在Apollo-client源码类下的ApolloApplicationContextInitializer添加@Order注解调整类配置加载顺序,希望官方改进一下
![image](https://user-i…
-
It's still cumbersome to enable dubb endpoint on http management port, we should consider to support it with one click, otherwise, the following dependencies need to add manually:
```xml
or…
-
项目中的pom.xml文件添加了依赖
```
com.alibaba.boot
dubbo-spring-boot-starter
0.0.2
```
同时指定了仓库
```
sonatype-nexus-snapshots
https://oss.sonatype.org/content/repos…