springboot的aop里的 @Pointcut()里的配置

@Pointcut("execution(public * com.wangzhou.newboot.exception.TestExceptionController.test(String,String))") com.wangzhou.newboot.exception是TestExceptionController类的全路径,test(String,String)是TestExceptio
相关文章
相关标签/搜索