SpringCloud微服务接入分布式事务框架Seata实战,【一个注解解决分布式事务】一、配置启动Seata Server二、Seata如何整合到Spring Cloud微服务三、使用中的注意事项(坑)
文章目录一、配置启动Seata Server1.1 环境准备1)指定nacos作为配置中心和注册中心2)同步seata server的配置到nacos3) 启动Seata Server二、Seata如何整合到Spring Cloud微服务2.1 导入依赖2.2 微服务对应数据库中添加undo_log表2.3 微服务需要使用seata DataSourceProxy代理自己的数据源2.4 添加seata的配置1)将registry.conf文件拷贝到resources目录下,指定注册中心和配置中心