From 9d98b77ca4e9370045c6830187f0e3b900b98d0e Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Sun, 27 Jan 2019 15:54:55 +0800 Subject: [PATCH] Update README.md --- spring-boot/springboot-druid-mybatis-multi/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot/springboot-druid-mybatis-multi/README.md b/spring-boot/springboot-druid-mybatis-multi/README.md index 91cf274..31f8060 100644 --- a/spring-boot/springboot-druid-mybatis-multi/README.md +++ b/spring-boot/springboot-druid-mybatis-multi/README.md @@ -610,7 +610,7 @@ XA是由X/Open组织提出的分布式事务的规范。XA规范主要定义了(
-本小结的表述参考自博客[浅谈分布式事务](https://www.cnblogs.com/baiwa/p/5328722.html) +本小结的表述引用自博客[浅谈分布式事务](https://www.cnblogs.com/baiwa/p/5328722.html) @@ -766,4 +766,4 @@ private SqlSessionFactory createSqlSessionFactory(DataSource dataSource) throws ## 参考资料: -+ [浅谈分布式事务](https://www.cnblogs.com/baiwa/p/5328722.html) \ No newline at end of file ++ [浅谈分布式事务](https://www.cnblogs.com/baiwa/p/5328722.html)