摘要: /* * Copyright 2002-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fi 阅读全文
posted @ 2016-06-30 17:29 人在囧途-博客 阅读(354) 评论(0) 推荐(0) 编辑
摘要: <mvc:annotation-driven /> 是一种简写形式,完全可以手动配置替代这种简写形式,简写形式可以让初学都快速应用默认配置方案。<mvc:annotation-driven /> 会自动注册DefaultAnnotationHandlerMapping与AnnotationMetho 阅读全文
posted @ 2016-06-30 17:02 人在囧途-博客 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 当我们需要使用BeanPostProcessor时,直接在Spring配置文件中定义这些Bean显得比较笨拙,例如: 使用@Autowired注解,必须事先在Spring容器中声明AutowiredAnnotationBeanPostProcessor的Bean: 使用 @Required注解,就必 阅读全文
posted @ 2016-06-30 17:01 人在囧途-博客 阅读(214) 评论(0) 推荐(0) 编辑