二,调用spring组件时使用new对象,而不是@Autowired
三,使用final或static修饰成员变量
四,spring mvc中引用@value为null
spring mvc是spring的子容器,需要在两个配置文件中都导入配置文件
<context:property-placeholder location="classpath:jdbc.properties" ignore-unresolvable="true"/>
原文地址:http://blog.51cto.com/jtech/2114686