2020
10-28
10-28
Spring中基于XML的AOP配置详解
1.准备工作1.1创建工程day03_eesy_03SpringAOP1.2在配置文件pom.xml中添加依赖<?xmlversion="1.0"encoding="UTF-8"?><projectxmlns="http://maven.apache.org/POM/4.0.0"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://maven.apache.org/POM/4.0.0http://maven.apache.org/xsd/maven-4.0.0.xsd"><modelVersion>4.0.0</modelVersion><groupId>com.itheima</groupId><art...
继续阅读 >