要想在spring中使用注解,需要在配置文件中进行配置,如下
<context:annotation-config> --开启注解 <context:component -scan base-package="xxx.xxx"/> 扫描范围
<context:annotation-config> --开启注解
<context:component -scan base-package="xxx.xxx"/> 扫描范围
本文标题:spring之开启注解
本文链接:https://www.haomeiwen.com/subject/uuktmftx.html
网友评论