Skip to content

Commit

Permalink
Update xml.md (#2641)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfordjody committed Jun 1, 2023
1 parent 666fbc7 commit d447003
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ weight: 4
Dubbo 有基于 Spring Schema 扩展的自定义配置组件,使用 XML 能达到的配置能力总体与 [配置参考手册](../properties) 对等。


以下内容的完整示例请参考 [dubbo-samples](https://github.com/apache/dubbo-samples/tree/master/1-basic/dubbo-samples-spring-xml)
> [dubbo-samples](https://github.com/apache/dubbo-samples/tree/master/1-basic/dubbo-samples-spring-xml)
## 服务提供者

Expand Down Expand Up @@ -120,4 +120,4 @@ public class BasicConsumer {
System.out.println(hello);
}
}
```
```

0 comments on commit d447003

Please sign in to comment.