We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当未配置服务 version, 多人协作开发时, 出现多个相同版本的 server, 由于 dubbo 的负载均衡, 有可能会造成服务一会可用一会不可用的问题
建议在配置文件中添加 service.version 配置
<dubbo:provider version="${service.version}" /> , 多人开发时, 修改自己的 version , 使其与其他人不一样
The text was updated successfully, but these errors were encountered:
目前都是缺省配置,如果有业务需求,可以自己根据场景增加version或group分组等
Sorry, something went wrong.
No branches or pull requests
dubbo 配置 version
当未配置服务 version, 多人协作开发时, 出现多个相同版本的 server, 由于 dubbo 的负载均衡, 有可能会造成服务一会可用一会不可用的问题
建议在配置文件中添加 service.version 配置
<dubbo:provider version="${service.version}" /> , 多人开发时, 修改自己的 version , 使其与其他人不一样
The text was updated successfully, but these errors were encountered: