日期:2014-05-17 浏览次数:20713 次
public class CataTag extends BodyTagSupport {
/**
*
*/
private static final long serialVersionUID = 1L;
@Autowired
public HSListViewComponent sysCataViewComponent;
<bean class="org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor"/>了没,Spring 通过一个 BeanPostProcessor 对 @Autowired 进行解析,所以要让 @Autowired 起作用必须事先在 Spring 容器中声明 AutowiredAnnotationBeanPostProcessor Bean。