spring aop execution表达式

execution 中第一个*表示任何返回类型. 

要注意一点,类名需要用一个.占位

再如:

save*(..):以save开头的方法

原文地址:https://www.cnblogs.com/yanjunwu/p/3996570.html