会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Nothing Is Given.
首页
管理
2018年12月20日
Spring MVC <context:annotation-config> 与 <context:component-scan>
摘要: 在MVC的配置文件中,二者常出现,功能相似。简单做个比较 <context:annotation-config> 用于激活应用上下文中已经注册的bean的注解,无论你的bean是通过什么方式注册的,例如通过<context:component-scan>注册,或者在Spring的applicatio
阅读全文
posted @ 2018-12-20 06:17 爆炸的果核
阅读(172)
评论(0)
推荐(0)
编辑