We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8414c92 commit 30d54c2Copy full SHA for 30d54c2
README.md
@@ -447,6 +447,7 @@ public class DynamicDataSourceContextHolder {
447
- DynamicDataSourceAspect.java
448
449
> 动态数据源切换的切面,切 DAO 层,通过 DAO 层方法名判断使用哪个数据源,实现数据源切换
450
+> 关于切面的 Order 可以可以不设,因为 `@Transactional` 是最低的,取决于其他切面的设置,并且在 `org.springframework.core.annotation.AnnotationAwareOrderComparator` 会重新排序
451
452
```java
453
package cn.com.hellowood.dynamicdatasource.configuration;
0 commit comments