摘要: CGLIB代理 配置文档 1 <bean id="logProxy" class="org.springframework.aop.framework.ProxyFactoryBean"> 2 <property name="proxyTargetClass"> 3 <value>true</val 阅读全文
posted @ 2017-06-19 18:05 星剑 阅读(203) 评论(0) 推荐(0)
摘要: Spring通知 Interception Around通知 MethodInterceptor类(方法执行前后通知) Before通知 MethodBeforeAdvice类(方法执行前通知) After Returning通知 AfterReturningAdvice类(方法执行后通知) Thr 阅读全文
posted @ 2017-06-19 16:32 星剑 阅读(267) 评论(0) 推荐(0)
摘要: 1、国际化支持 getMessage()提供了国际化支持。 Bean中必须定义为messageSource。 <bean id="messageSource" class="org.springfarmework.comtext.support.ResourceBundleMessage-Sourc 阅读全文
posted @ 2017-06-19 11:29 星剑 阅读(168) 评论(0) 推荐(0)