apache / dubbo

The java implementation of Apache Dubbo. An RPC and microservice framework.
https://dubbo.apache.org/
Apache License 2.0
40.51k stars 26.43k forks source link

谁有dubbo完整的yaml文件配置示例吗,有些配置不知道咋写,比如说在yaml文件中如何指定某个方法的重试次数 #9980

Open wmoonl opened 2 years ago

wmoonl commented 2 years ago

谁有dubbo完整的yaml文件配置示例吗,有些配置不知道咋写,比如说在yaml文件中如何指定某个方法的重试次数 在注解中我知道咋写,yaml中不知道了

wmoonl commented 2 years ago

想知道一下正确写法,yaml文件中的试了几个都无效

hanszhou1024 commented 2 years ago

Why not use English? Pure curiosity

24kpure commented 2 years ago

Why not use annotation like DubboReference or DubboService?

chickenlj commented 2 years ago

写,比如说在yaml文件中如何指定某个方法的重试次数 在注解中我知道咋写,yaml中不知道了

目前仅集成了 dubbo spring-boot-starter 的应用支持 yaml 格式配置