要想在spring中使用注解,需要在配置文件中进行配置,如下 <context:annotation-config> --开启注解 <context:component -scan base-package="xxx.xxx"/> 扫描范围