对dubbo官方文档用户快速使用方面的建议
- Dominant language
- CSS
- Stars
- 491
- Forks
- 809
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 6
Description
## Describe the proposal
dubbo官方文档改版之后确实有了很多层次感的东西,但对于一个从没有使用过dubbo的人想快速体验一把,看了官方文档感觉很困惑。
对于Dubbo 的简单实用入门 的步骤是否可以如下步骤?
1. 接入方式,主要推广 基于注解方式或直接 SpringBoot 集成
大部分现在基本不用xml方式了, 当然官网做到了多种方式都有样例,但还是建议将 基于注解方式 和 SpringBoot 放在前面
2. 针对哪一种方式需 引入 什么 maven/gradel 配置
例如: 注解方式 只需引入如下配置
```xml
org.apache.dubbo
dubbo
${dubbo.version}
```
3. **重点说明一下 2.6.x 和 2.7.x 配置 有哪些不一样,比如注解名称变化等**
4. 注册中心 支持哪些, **目前发现好像针对nacos的 没有**! 这不应该啊,我觉得应该大力推广nacos ,当然zk的也不少。
5. 服务提供方 + 服务调用方 的 具体样例代码和 ymal文件如何配置
虽然 官网提供了 整体样例链接 ,但是一般想快速体验的人 就想直接看文档操作。
Contributor guide
No contributing guide indexed for this repository
Research direction
No files or tests are named. Start by reviewing the current Dubbo quick-start documentation and the linked overall samples, then compare the existing Spring Boot and annotation guidance with the requested flow. Done means the introductory path covers dependencies, 2.6.x versus 2.7.x differences, registry options, and provider/consumer examples with configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- spring-boot
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100