SpringBoot 整合 AOP

一、前言 AOP(Aspect Oriented Programming, 面向切面编程),是 Spring 的核心思想之一,即纵向重复,横向抽取,它在 Spring 中应用广泛,例如 拦截器、日志、事务等等,在 SpringBoot 中使用 AOP 之前,我们先复习下 AOP 的理论知识。 二、AOP理论 2.1 术语解释 为了方便解释,给出一个例子: public interface User
相关文章
相关标签/搜索