【JavaEE28-后端部分】Spring AOP 通知详解——五种“增强时机”,一网打尽
一、演示几种通知类型 我们先写两个测试接口: package com.zhongge.controller;import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController;/*** ClassName TestController* Description TODO aop测试* …