Skip to content

Commit

Permalink
readme format (#26)
Browse files Browse the repository at this point in the history
* add thread-pool-ref xsd attribute

* readme format
  • Loading branch information
NeGnail authored and guanchao-yang committed Apr 13, 2018
1 parent 296d28a commit a5e5b82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sofaboot-samples/sofaboot-sample-with-rpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ System.out.println(personRest.sayName("rest"));

## Filter配置
在 SOFABoot 环境中可以方便的进行 Filter 的配置。

1.全局生效方式。通过 rpc-global-filter 元素配置一个对所有服务都会生效的 Filter 。
```xml
<bean id="personFilter" class="com.alipay.sofa.boot.examples.demo.rpc.bean.PersonServiceFilter"/>
Expand Down

0 comments on commit a5e5b82

Please sign in to comment.