Commit d40ec812 by zhiwj

打印参数

parent cf322f6f
...@@ -17,9 +17,9 @@ import org.springframework.context.annotation.Configuration; ...@@ -17,9 +17,9 @@ import org.springframework.context.annotation.Configuration;
*/ */
@Aspect @Aspect
@Configuration @Configuration
public class ParamAOP { public class ParamAop {
private Logger logger = LogManager.getLogger(ParamAOP.class); private Logger logger = LogManager.getLogger(ParamAop.class);
/** /**
* 环绕通知 * 环绕通知
......
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