Skip to content

修复AOP导致注解加解密失效问题

Compare
Choose a tag to compare
@yinjihuan yinjihuan released this 06 May 13:38
· 48 commits to master since this release
64956a0

使用AOP对Controller进行拦截后,获取到的Class是CGLIB代理的,导致获取类中的方法也是代理的,无法获取到Encrypt注解

fix bug: issues/31