# SpringAOP **Repository Path**: sunwul/spring-aop ## Basic Information - **Project Name**: SpringAOP - **Description**: SpringAOP的简单使用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-03 - **Last Updated**: 2021-09-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: Spring, SpringAOP, Java ## README #### SpringAOP的简单应用 > 使用两种方式实现SpringAOP 通用类 |- 目标方法: controller.TestController |- 实体: entity.Test 注解使用AOP |- 切面: aop.TestAop |- 启动类: AopTestApp |- 前端: resources.static |- 配置: application.yml XML配置使用AOP |- 切面实现: aopxml.AopXml |- 启动类: aopxml.AopXmlTest |- AOP配置: resources.aop.xml