03 2023 档案

摘要:环境准备 服务器资源 | host | IP | role | | | | | | ad8a014847bd | 172.17.0.3:22023 | master/minion | | 27959909b442 | 172.17.0.4:22024 | minion | | bd5caff87db 阅读全文
posted @ 2023-03-20 14:27 BugsHunter 阅读(135) 评论(0) 推荐(0) 编辑
摘要:拉取centos7 docker pull centos:centos7 查看本地镜像 docker images 运行容器 考虑到,docker在容器运行之后,扩展映射端口比较麻烦,因此多映射了一下端口便于后续使用。 docker run -itd --net staticnet --ip 172 阅读全文
posted @ 2023-03-17 17:27 BugsHunter 阅读(109) 评论(0) 推荐(0) 编辑
摘要:seata是使用CompletableFuture来处理响应结果的。seata单独封装了MessageFuture类,用来包裹CompletableFuture: public class MessageFuture { private RpcMessage requestMessage; priv 阅读全文
posted @ 2023-03-08 11:08 BugsHunter 阅读(59) 评论(0) 推荐(0) 编辑
摘要:seata数据源代理流程 1-SeataDataSourceAutoConfiguration 创建SeataAutoDataSourceProxyCreator对象,默认seata模式为AT 2-SeataAutoDataSourceProxyCreator 设置advisor用于来接实现Data 阅读全文
posted @ 2023-03-03 10:26 BugsHunter 阅读(357) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示