摘要:
@Aspect @Configuration public class AspectTest { @Pointcut("execution(public String xxx.xxx.xxx.Controller+.method1(..))") public void xxxxx() {} @Around("xxxxx()") public Object executeBefo... 阅读全文
posted @ 2018-04-12 14:31
white knight
阅读(159)
评论(0)
推荐(0)
摘要:
参考:https://www.cnblogs.com/2013jiutian/p/7294053.html @RequestMapping("/value1") @Controller public Class A { @RequestMapping("/value2") public String 阅读全文
posted @ 2018-04-12 14:20
white knight
阅读(598)
评论(0)
推荐(0)
浙公网安备 33010602011771号