《SpringBoot AOP 代理(45)》SpringBoot AOP(面向切面编程)是 Spring 框架的核心特性之一,它允许开发者在不修改原有代码的情况下,对程序的功能进行增强。AOP 通过代理模式实现,主要分为 JDK 动态代理和 CGLIB 代理两种方式。本章将对 SpringBoot AOP 代理的基本概念和整体架构进行介绍。 ——来自博客 https://blog.csdn.net/qq_28540861/article/details/148412804