spring aop怎么记录哪个用户做了什么操作_百度知道
最佳答案: 登录后把用户写入Session 然后在Aspect的方法中用RequestContextHolder获得HttpSession ServletRequestAttributes attr = (ServletRequestAttributes)RequestC...更多关于Aop的aspect用户操作记录怎么与多线程结合的问题>>
aop在java多线程监控中的应用 - 道客巴巴
2015年1月6日 - 接下来,这两个线程就会处理用户提交到BookSel l er...监控的操作标记为关注点,而监控代码在aspect中实现,...记录函数执行的目志信息;proceed();//i 函...