|
|
@@ -56,8 +56,7 @@ public class ServiceAspect implements HandlerInterceptor {
|
|
|
*/
|
|
|
@Pointcut("execution(* com.*.*.service..*.*(..)) || execution(* com.dk.*.service..*.*(..)) ||" +
|
|
|
"execution(* com.dk.*.infrastructure.strategy.ProductionContext.*(..)) ||" +
|
|
|
- "execution(* com.dk.*.infrastructure.strategy.production.ProductionContext.*(..))"
|
|
|
- )
|
|
|
+ "execution(* com.dk.*.infrastructure.strategy.production.ProductionContext.*(..))")
|
|
|
public void print() {
|
|
|
}
|
|
|
|