Closed dulm closed 2 years ago
JDK Version(required):
SpringBoot Version(required):
dynamic-datasource-spring-boot-starter Version(required):
druid Version(optional):
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!
Step 1
Step 2
Step 3
本项目不支持,实现原理不同,请自行定义静态多数据源,
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:
Steps to reproduce
Step 1
Step 2
Step 3