We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6760f commit fe39cedCopy full SHA for fe39ced
README.md
@@ -36,9 +36,9 @@
36
1. **语义化定制配置**,基于Spring元注解模型定制语义化标记注解,提高可读性并可以传递额外上下文,[查看](./src/test/java/com/github/yungyu16/spring/proxy/example)示例。
37
38
两种代理方式:
39
-1. 指定方法拦截器(`com.github.yungyu16.spring.stub.annotation.ProxyStub#dispatcherType`)
+1. **指定方法拦截器**(`com.github.yungyu16.spring.stub.annotation.ProxyStub#dispatcherType`)
40
使用默认的代理工厂生成代理类,拦截方法调用并回调指定的InvocationDispatcher
41
-2. 指定代理工厂(`com.github.yungyu16.spring.stub.annotation.ProxyStub#factoryType`)
+2. **指定代理工厂**(`com.github.yungyu16.spring.stub.annotation.ProxyStub#factoryType`)
42
使用指定的代理工厂生成代理类,可自行选择动态代理方案,方便进行更底层的定制。可参考我的[这个项目](https://github.com/yungyu16/spring-boot-starter-retrofit2)
43
44
## 最小化原生配置
0 commit comments