技术栈

execution

谢小涛
1 年前
spring boot·切面·pointcut·execution
spring boot切面execution表达式添加多个包路径在Spring Boot中,如果你想为多个包中的方法创建一个切面,你可以在@Pointcut注解中使用||操作符来指定多个包。