正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -15,7 +15,7 @@ import java.lang.reflect.Method; | @@ -15,7 +15,7 @@ import java.lang.reflect.Method; | ||
| 15 | @Component | 15 | @Component |
| 16 | public class UserPasswordSM3AOP { | 16 | public class UserPasswordSM3AOP { |
| 17 | 17 | ||
| 18 | - @Pointcut("@annotation(com.tianbo.warehouse.annotation.UserPasswordMd5)") | 18 | + @Pointcut("@annotation(com.tianbo.warehouse.annotation.UserPasswordSM3)") |
| 19 | public void annotationPointCut(){ | 19 | public void annotationPointCut(){ |
| 20 | 20 | ||
| 21 | } | 21 | } |
-
请 注册 或 登录 后发表评论