Commit 454005db by zhiwj

打印参数

parent 83fbeb53
......@@ -17,9 +17,9 @@ import org.springframework.context.annotation.Configuration;
*/
@Aspect
@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