首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
SpringBoot定义切面@Aspect时候 排除部分类
SpringBoot定义切面@Aspect时候 排除部分类
mac
2024-07-27
59
// 定义切点Pointcut @Pointcut("execution(* com.hencego.web_service.web..*.*(..)) && !execution(* com.hencego.web_service.web.TestController.*(..)) ") public void excudeService() { }
转载请注明原文地址: https://mac.8miu.com/read-495147.html
最新回复
(
0
)