@joestory_admin
Folson 暂无简介
爱稀奇,爱经典,
简单写了个springAop的demo 根据切面pointcut来进行需要的操作 @Pointcut("within(ManageService)")根据接口名切 @Pointcut("@annotation(CutPoint)")创建一个注解更具注解切 @Pointcut("execution(* com.example.demo.aop.*.action*())") //根据包下方法名切
网上扣来的
666666
基于sprintboot的邮件发送
pssVue