...
|
...
|
@@ -15,7 +15,7 @@ import java.lang.reflect.Method; |
|
|
@Component
|
|
|
public class UserPasswordSM3AOP {
|
|
|
|
|
|
@Pointcut("@annotation(com.tianbo.warehouse.annotation.UserPasswordMd5)")
|
|
|
@Pointcut("@annotation(com.tianbo.warehouse.annotation.UserPasswordSM3)")
|
|
|
public void annotationPointCut(){
|
|
|
|
|
|
}
|
...
|
...
|
|