-
https://xuxifu.com/post/dubbo/dubbo_config_properties/
-
### Pre-check
- [X] I am sure that all the content I provide is in English.
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and f…
-
### Pre-check
- [X] I am sure that all the content I provide is in English.
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue…
-
![26927b4a8c7fcea2dea9c610a1d265de](https://github.com/apache/dubbo/assets/36359060/6607dc3a-abcd-40be-940e-22ea5567a180)
![ea68bf7fd6e7c5ed3291e9820bdd089b](https://github.com/apache/dubbo/assets/…
-
1、dubbo-monitor 启动报 read-only file system的错,修改bin/start.sh,注释第一行"cp xxxxx",手动cp dubbo_origin.properties dubbo.properties,在进行镜像的构建
2、pod起不来的问题,修改bin/start.sh, 将nohup java $JAVA_OPTS那一行最后的重定向和后台运行符& 去掉…
-
[启动-springboot-dubbo-seata-下面的全部模块](https://github.com/seata/seata-samples/tree/master/springboot-dubbo-seata)
```
@Service(version = "1.0.0",protocol = "${dubbo.protocol.id}",
application …
-
一: 环境: springboot版本dubbo 3.1.3 / naocs 2.0.3
二: maven依赖如下:
```
org.apache.dubbo
dubbo-spring-boot-starter
3.1.3
o…
-
## 问题描述:
application.properties与dubbo.xml配置的兼容性问题。
dubbo.xml中reference或者service配置会影响application.properties中的config-center配置读取。
## 依赖版本:
基于dubbo-spring-boot-project 2.7.6 - 2.7.8 均存在该问题。
## …
-
按照文档配置好后,发现dubbo-resolve.properties中的直连服务配置无效,相关直连服务还是通过zk去查找provider了。
-
#!/bin/bash
DK_HOME=$(cd "$(dirname "$0")"; pwd)
CONFDIR="${DK_HOME}/../conf"
LOG_HOME="${DK_HOME}/../logs"
CLASSPATH="${DK_HOME}/../lib/*:${CONFDIR}"
MAINCLASS="com.dubboclub.dk.server.Main"
…