https://github.com/javaobjects/day04_springaop02
AOP非注解配置
https://github.com/javaobjects/day04_springaop02
Last synced: 2 months ago
JSON representation
AOP非注解配置
- Host: GitHub
- URL: https://github.com/javaobjects/day04_springaop02
- Owner: javaobjects
- Created: 2019-10-14T08:41:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T01:23:55.000Z (about 6 years ago)
- Last Synced: 2025-01-28T03:17:18.366Z (11 months ago)
- Language: Java
- Size: 6.01 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AOP非注解配置
#### 1. jar包配置到内路径
#### 2. Java代码书写
#### 3. applicationContext.xml 配置
#### 4. logAdvice和Test类书写