baomidou / dynamic-datasource

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

不同数据源如何使用不同MybatisPlusInterceptor #457

Closed dulm closed 2 years ago

dulm commented 2 years ago

Enviroment

JDK Version(required):

SpringBoot Version(required):

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

druid Version(optional):

Describe what happened

Expected Result: 不同数据源可以自定义MybatisPlusInterceptor. 因为乐观锁, 多租户, 分页等配置各不相同.

Actual Result: 所有数据源使用了 全局定义的唯一一个 MybatisPlusInterceptor bean.

If there is an exception,or aop invalid,please attach the exception trace:

Just paste your stack trace here!

Steps to reproduce

huayanYu commented 2 years ago

本项目不支持,实现原理不同,请自行定义静态多数据源,