@PreAuthorize("@ss.hasPermi('system:post:list')")
public list
@PreAuthorize 我想要写一个类似这个的功能,想要在 AOP 的 Aspect 的 round 里面去执行注解里面的方法并得到结果要怎么实现啊。。
1
totoro52 2020-12-22 18:51:58 +08:00
建议看一下文档再来提问
|
2
RedBeanIce 2020-12-22 20:28:49 +08:00
请增加你的问题描述。
|
3
terry0314 2020-12-22 20:50:21 +08:00
可以直接去看看这个注解的实现啊,不过如果你用 Spring,试试 SpEL ?
|
4
EminemW 2020-12-22 22:07:05 +08:00
反射一个注解对象,然后不就能执行么
|