Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 03b4d49

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /