Skip to content

Commit 30d54c2

Browse files
author
何惠民
committed
Fixed issue of document
1 parent 8414c92 commit 30d54c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ public class DynamicDataSourceContextHolder {
447447
- DynamicDataSourceAspect.java
448448

449449
> 动态数据源切换的切面,切 DAO 层,通过 DAO 层方法名判断使用哪个数据源,实现数据源切换
450+
> 关于切面的 Order 可以可以不设,因为 `@Transactional` 是最低的,取决于其他切面的设置,并且在 `org.springframework.core.annotation.AnnotationAwareOrderComparator` 会重新排序
450451
451452
```java
452453
package cn.com.hellowood.dynamicdatasource.configuration;

0 commit comments

Comments
 (0)