
spring
人地个仔
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
搭建spring框架
一、spring所需要的jar包 二、在src目录下新建applicationContext.xml <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:sche转载 2015-12-21 12:38:30 · 330 阅读 · 0 评论 -
基于代理类ProxyBean的AOP的实现
一、编写通知类 前置通知: package com.springtest.advice; import java.lang.reflect.Method; import org.apache.log4j.Logger; import org.springframework.aop.MethodBeforeAdvice; public class BeforeLogAdvice imple转载 2015-12-22 19:53:17 · 814 阅读 · 1 评论