Skip to content

Commit 03b4d49

Browse files
authored
Fixed issue of parenthesis in aspect
1 parent 4055c63 commit 03b4d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/cn/com/hellowood/dynamicdatasource/configuration/DynamicDataSourceAspect.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public void switchDataSource(JoinPoint point) {
5050
*
5151
* @param point the point
5252
*/
53-
@After("daoAspect())")
53+
@After("daoAspect()")
5454
public void restoreDataSource(JoinPoint point) {
5555
DynamicDataSourceContextHolder.clearDataSourceKey();
5656
logger.debug("Restore DataSource to [{}] in Method [{}]",

0 commit comments

Comments
 (0)