2021年10月9日
摘要: 1.引入依赖首先,我们需要在微服务中引入seata依赖: <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-alibaba-seata</artifactId> <exclusions 阅读全文
posted @ 2021-10-09 16:57 Ruthless 阅读(628) 评论(0) 推荐(0) 编辑
摘要: 1.下载首先我们要下载seata-server包,地址在http://seata.io/zh-cn/blog/download.htmlseata-server-1.4.2.zip 2.解压在非中文目录解压seata-server-1.4.2.zip,其目录结构如下: 3.修改配置修改conf目录下 阅读全文
posted @ 2021-10-09 15:45 Ruthless 阅读(1230) 评论(0) 推荐(0) 编辑