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 4055c63 commit 03b4d49Copy full SHA for 03b4d49
src/main/java/cn/com/hellowood/dynamicdatasource/configuration/DynamicDataSourceAspect.java
@@ -50,7 +50,7 @@ public void switchDataSource(JoinPoint point) {
50
*
51
* @param point the point
52
*/
53
- @After("daoAspect())")
+ @After("daoAspect()")
54
public void restoreDataSource(JoinPoint point) {
55
DynamicDataSourceContextHolder.clearDataSourceKey();
56
logger.debug("Restore DataSource to [{}] in Method [{}]",
0 commit comments