利用annotation和aspect处理耗时计算和参数打印
摘要:
@Component @Aspect public class MyAspect { // /** // * 切点表达式: // * ..两个点表明多个,*代表一个 // * 表达式代表切入com..service包下的所有类的所有方法,方法参数不限,返回类型不限。 // * 其中访问修饰符可以不写 阅读全文
posted @ 2020-07-12 21:45
IvanLin
阅读(258)
评论(0)
推荐(0)
浙公网安备 33010602011771号