質問編集履歴

1

2017/10/23 22:38

投稿

simishu
simishu

スコア8

test CHANGED
File without changes
test CHANGED
@@ -184,9 +184,9 @@
184
184
 
185
185
  */
186
186
 
187
- //@Before("execution(* jp.co.jbts.actions..*.*(..))")
187
+ //@Before("execution(* jp.co.xxxx.actions..*.*(..))")
188
-
188
+
189
- @Before("execution(* jp.co.jbts.actions..*.*(..))")
189
+ @Before("execution(* jp.co.xxxx.actions..*.*(..))")
190
190
 
191
191
  public void invokeBefore(JoinPoint joinPoint) {
192
192