<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> </dependency>
xml中 加入上边的依赖。。。
spring:
aop:
auto: true
application.yml 中 添加以上。。。
代理失效--??? 不能使 private 方法--- 坑。。。。
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> </dependency>
xml中 加入上边的依赖。。。
spring:
aop:
auto: true
application.yml 中 添加以上。。。
代理失效--??? 不能使 private 方法--- 坑。。。。