Spring切面表达式,hibernate,struts
摘要:
execution(* com.service.*.*(..)) 1.第一个*代表方法的返回值 *代表任意返回值 2. com.service.*.*(**) 代表com.service下面的任意一个类和任意一个方法 例如 com.service.a.Class, com.service.b.Cla 阅读全文
posted @ 2017-06-23 09:57 栀骨辞 阅读(330) 评论(0) 推荐(0) 编辑