https://github.com/noear/seata-solon-plugin
seata-solon-plugin
https://github.com/noear/seata-solon-plugin
Last synced: 4 months ago
JSON representation
seata-solon-plugin
- Host: GitHub
- URL: https://github.com/noear/seata-solon-plugin
- Owner: noear
- License: apache-2.0
- Created: 2023-10-24T12:39:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T12:49:40.000Z (over 2 years ago)
- Last Synced: 2024-12-30T18:38:36.714Z (over 1 year ago)
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# seata-solon-plugin
### nami
nami, 是 solon rpc 的客户端。它有过滤器接口,可以用于传递 seata 的头信息
### solon
solon 有拦截器,用于控制 aop 控制。。。如果全局控制,可以用 RouterInterceptor
* 这个是 Web 请求过程的示意图:
https://solon.noear.org/article/242
* Solon 处理 AOP 主解的方式:
https://solon.noear.org/article/35