开发者

SpringBoot Seata

0
  • Spring Boot整合Seata的过程详解(AT 模式)

    目录✅ 一:搭建 Seata Server(TC)✅ 二:配置数据库(undo_log 表)✅ 三:Spring Boot 项目整合 Seata✅ 四:多服务协同调用(微服务场景)✅ 验证是否生效 常见问题排查✅ 小结在 Spring Boot 项目中整合 Seata[详细]

    2025-10-11 10:25 分类:开发
  • SpringBoot集成Seata的全过程

    目录1.本地事务和分布式事务概念2.分布式事务的解决方案2.1 XA协议2.2 2PC模式2.3 3PC模式2.4 TCC事物补偿2.5 MQ消息最终一致性2.6 Seata框架3.微服务整合seata3.1导入依赖3.2yaml配置seata3.3.开启全局事务1.本地事[详细]

    2024-11-05 10:32 分类:开发
  • WPF Remove Extra Space on bottom of ListBox

    I am getting a large amount of space under my custom listbox if I add an item with multiple lines of text.What can I do to solve this?[详细]

    2022-12-28 20:06 分类:问答