Spring Boot集成AOP简单例子

1.在pom.xml中添加aop依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-aop</artifactId> </dependency> 2.配置AOP @Configuration @Aspec
相关文章
相关标签/搜索