Loading

摘要: Spring AOP使用简介 Spring的两大核心功能是IOC和AOP。当我们使用Spring的AOP功能时是很方便的。只需要进行下面的配置即可。 @Component @Aspect public class MyAspect { //PointCut匹配的方法必须是Spring中bean的方法 阅读全文
posted @ 2020-06-17 09:15 程序员自由之路 阅读(2295) 评论(0) 推荐(1)