|
|
@ -35,6 +35,7 @@ public class DataSourceAspect { |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Around("dataSourcePointCut()") |
|
|
@Around("dataSourcePointCut()") |
|
|
public Object around(ProceedingJoinPoint point) throws Throwable { |
|
|
public Object around(ProceedingJoinPoint point) throws Throwable { |
|
|
MethodSignature signature = (MethodSignature) point.getSignature(); |
|
|
MethodSignature signature = (MethodSignature) point.getSignature(); |
|
|
|