Commit 446dce4e authored by yanzg's avatar yanzg

修改实例化关系

parent 1dbb8f95
......@@ -67,7 +67,7 @@ public class WebAspect extends BaseRequestAspect implements ApplicationContextAw
public void init(Object req) {
}
};
Log.error(WebAspect.class, ex, "请设置登录默认处理函数");
Log.error(WebAspect.class, "请设置登录默认处理函数,实现 WebAspectInit 接口");
}
}
......
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