# Spring_3 **Repository Path**: JavaXiaTao/Spring_3 ## Basic Information - **Project Name**: Spring_3 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-09-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring_3 #### 项目介绍 spring基础知识(aop) #### 软件架构 spring #### 内容说明 - @Pointcut 注解声明切入点表达式 - @Order 注解的使用 - @After、@Before、@AfterReturning、@AfterThrowing 注解的使用 - @Around 环绕通知的使用 - 在 xml 文件中来配置 AOP