Skip to content

Commit fe39ced

Browse files
author
songjialin
committed
readme
1 parent 7f6760f commit fe39ced

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
1. **语义化定制配置**,基于Spring元注解模型定制语义化标记注解,提高可读性并可以传递额外上下文,[查看](./src/test/java/com/github/yungyu16/spring/proxy/example)示例。
3737

3838
两种代理方式:
39-
1. 指定方法拦截器(`com.github.yungyu16.spring.stub.annotation.ProxyStub#dispatcherType`)
39+
1. **指定方法拦截器**(`com.github.yungyu16.spring.stub.annotation.ProxyStub#dispatcherType`)
4040
使用默认的代理工厂生成代理类,拦截方法调用并回调指定的InvocationDispatcher
41-
2. 指定代理工厂(`com.github.yungyu16.spring.stub.annotation.ProxyStub#factoryType`)
41+
2. **指定代理工厂**(`com.github.yungyu16.spring.stub.annotation.ProxyStub#factoryType`)
4242
使用指定的代理工厂生成代理类,可自行选择动态代理方案,方便进行更底层的定制。可参考我的[这个项目](https://github.com/yungyu16/spring-boot-starter-retrofit2)
4343

4444
## 最小化原生配置

0 commit comments

Comments
 (0)