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 and found no similar feature requirement.
Apache Dubbo Component
Java SDK (apache/dubbo)
Descriptions
Currently, the dependencies in dubbo-demo are somewhat redundant—for example, even though Zookeeper is being used, the Nacos dependency is still included. The configuration files also contain unnecessary entries, such as qos = false
. Additionally, there are some improper usage practices. We need to reorganize the project by keeping only the minimal required set, and improve the README.md
documentation to lower the barrier for users to use and learn from the demo.
Related issues
No response
Are you willing to submit a pull request to fix on your own?
- [ ] Yes I am willing to submit a pull request on my own!
Code of Conduct
- [x] I agree to follow this project's Code of Conduct
Comment From: wcy666103
I'm working on it.