springMVC
Crow-lgtm
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
springMVC 拦截器 登录管理
一、web.xml spring-mvc org.springframework.web.servlet.DispatcherServlet contextConfigLocation classpath:spring/spring-mvc.xml 1 二、springmvc.xml -->原创 2016-11-10 11:33:26 · 514 阅读 · 0 评论 -
关于Spring中的<context:annotation-config/>配置
当我们需要使用BeanPostProcessor时,直接在spring配置文件中定义这些Bean显得比较笨拙,例如: 使用@Autowired注解,必须事先在Spring容器中声明AutowiredAnnotationBeanPostProcessor的Bean: bean class="org.springframework.beans.factory.annotation.Auto原创 2016-11-28 16:08:06 · 335 阅读 · 0 评论
分享