`
tjuximo
  • 浏览: 50592 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
文章列表
今天又看了一点儿SpringMVC的东东,明天就要开始百阿的培训了,赶紧记下来,要不又都忘了,呵呵~~ 如果在项目中启用Log4J呢,需要你的log4j.properties文件,当然了,要配置一下才行啊,要不Spring容器怎么知道去哪里找log4j.propertie ...
引入SpringMVC呢,首先就要在web.xml中配置中配置控制请求转发的servlet——DispatcherServlet, <servlet>        <servlet-name>Springmvc</servlet-name>        <servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>         </servlet>     <servlet-mapping>     ...
<context:component-scan/> 配置项不但启用了对类包进行扫描以实施注释驱动 Bean 定义的功能,同时还启用了注释驱动自动注入的功能(即还隐式地在内部注册了 AutowiredAnnotationBeanPostProcessor 和 CommonAnnotationBeanPostProcessor),因此当使用 <context:component-scan/> 后,就可以将 <context:annotation-config/> 移除了。 <context:component-scan/> 的 base-packag ...
Global site tag (gtag.js) - Google Analytics