rename fescar to seata
parent
2a3ff1725a
commit
67bbfc1ed6
@ -1,11 +1,11 @@
|
||||
# Fescar Example
|
||||
# Seata Example
|
||||
|
||||
## 项目说明
|
||||
|
||||
|
||||
本项目演示如何使用 Fescar Starter 完成 Spring Cloud 应用的分布式事务接入。
|
||||
本项目演示如何使用 Seata Starter 完成 Spring Cloud 应用的分布式事务接入。
|
||||
|
||||
[Fescar](https://github.com/alibaba/fescar) 是 阿里巴巴 开源的 分布式事务中间件,以 高效 并且对业务 0 侵入 的方式,解决 微服务 场景下面临的分布式事务问题。
|
||||
[Seata](https://github.com/seata/seata) 是 阿里巴巴 开源的 分布式事务中间件,以 高效 并且对业务 0 侵入 的方式,解决 微服务 场景下面临的分布式事务问题。
|
||||
|
||||
|
||||
|
@ -1,7 +0,0 @@
|
||||
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
||||
org.springframework.cloud.alibaba.fescar.rest.FescarRestTemplateAutoConfiguration,\
|
||||
org.springframework.cloud.alibaba.fescar.web.FescarHandlerInterceptorConfiguration,\
|
||||
org.springframework.cloud.alibaba.fescar.GlobalTransactionAutoConfiguration,\
|
||||
org.springframework.cloud.alibaba.fescar.feign.FescarFeignClientAutoConfiguration,\
|
||||
org.springframework.cloud.alibaba.fescar.feign.hystrix.FescarHystrixAutoConfiguration
|
||||
|
@ -0,0 +1,7 @@
|
||||
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
|
||||
org.springframework.cloud.alibaba.seata.rest.SeataRestTemplateAutoConfiguration,\
|
||||
org.springframework.cloud.alibaba.seata.web.SeataHandlerInterceptorConfiguration,\
|
||||
org.springframework.cloud.alibaba.seata.GlobalTransactionAutoConfiguration,\
|
||||
org.springframework.cloud.alibaba.seata.feign.SeataFeignClientAutoConfiguration,\
|
||||
org.springframework.cloud.alibaba.seata.feign.hystrix.SeataHystrixAutoConfiguration
|
||||
|
Loading…
Reference in New Issue