|
@@ -14,7 +14,7 @@ import org.springframework.stereotype.Component;
|
|
|
@Order(Ordered.HIGHEST_PRECEDENCE)
|
|
|
public class DataSourceAspect {
|
|
|
|
|
|
- @Pointcut("execution (* com.*.*.service.*.*.*(..)) || execution (* com.*.*.service.*.*(..))")
|
|
|
+ @Pointcut("execution (* com.*.*.service.*.*.*(..)) || execution (* com.*.*.service.*.*(..)) || execution(* com.*.*.flow.*.*(..))")
|
|
|
public void pointcut() {
|
|
|
|
|
|
}
|