单元测试类总是提示accountService为空,而我用ClassPathXmlApplicationContext就没有出错,这应该是说明spring的配置文件没错吧
没有开启注解,配置文件加一行:<context:component-scan base-package="包名"/>
开启后,会扫描包里面的注解,注解才能生效。