博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年12月9日

摘要: import org.aspectj.lang.ProceedingJoinPoint;import org.aspectj.lang.annotation.Around;import org.aspectj.lang.annotation.Aspect;import org.perf4j.StopWatch;import org.perf4j.slf4j.Slf4JStopWatch;@Aspectpublic class OrderProfileAspect{ @Around("execution(* com.karl.controller..*.*(..)) || execut 阅读全文

posted @ 2013-12-09 11:33 钟悍 阅读(769) 评论(0) 推荐(0) 编辑

摘要: 阅读全文

posted @ 2013-12-09 11:02 钟悍 阅读(405) 评论(0) 推荐(0) 编辑

摘要: classpath*:jdbc.properties 阅读全文

posted @ 2013-12-09 10:40 钟悍 阅读(365) 评论(0) 推荐(0) 编辑