Commit 96c848c0 by zhiwj

打印参数

parent db4a93a9
......@@ -28,7 +28,7 @@ public class ParamAOP {
* @return
* @throws Throwable
*/
@Around(value = "execution(* com.gic.store.service..*(..))")
@Around(value = "execution(* com.gic.*.service..*(..))")
public Object around(ProceedingJoinPoint joinPoint) throws Throwable {
try {
// 当前方法
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment