context:annotation-config与context:component-scan
<context:annotation-config>:注解扫描是针对已经在Spring容器里注册过的Bean<context:component-scan>:不仅具备<context:annotation-config>的所有功能,还可以在指定的package下面扫描对应的bean详情点击链接:https://b
·
<context:annotation-config>
:注解扫描是针对已经在Spring容器里注册过的Bean
<context:component-scan>
:不仅具备<context:annotation-config>
的所有功能,还可以在指定的package下面扫描对应的bean
详情点击链接:https://blog.csdn.net/u014427391/article/details/72722797
更多推荐
已为社区贡献1条内容
所有评论(0)