baomidou / dynamic-datasource

dynamic datasource for springboot 多数据源 动态数据源 主从分离 读写分离 分布式事务
https://www.kancloud.cn/tracy5546/dynamic-datasource/2264611
Apache License 2.0
4.67k stars 1.19k forks source link

单模块的多数据源事务问题有说明吗? #221

Closed caorenpeng-kaer closed 4 years ago

caorenpeng-kaer commented 4 years ago

Enviroment

JDK Version(required):

SpringBoot Version(required):

dynamic-datasource-spring-boot-starter Version(required):

druid Version(optional):

Describe

Expected Result:

Actual Result:

Steps to reproduce

huayanYu commented 4 years ago

不支持,必须基于seata。 基于seata也可以是单模块的。 示例就是

caorenpeng-kaer commented 4 years ago

不支持,必须基于seata。 基于seata也可以是单模块的。 示例就是 麻烦请问一下,示例demo有吗?有的话在哪里