@Value(“chen”) 注解前提是xml文件要配置

包扫描

<context:component-scan base-package="com.autoWire.pojo"/>

或者

开启注解

<context:annotation-config/>