随笔分类 -  java

摘要:@EnableWebMvcReferenceThe above registers aRequestMappingHandlerMapping, aRequestMappingHandlerAdapter, and anExceptionHandlerExceptionResolver(among others) in support of processing requests with annotated controller methods using annotations such as@RequestMapping,@ExceptionHandler, and others.It 阅读全文
posted @ 2014-01-23 13:56 cozybz
摘要:先引用部分 Servlet3.0 Specification 原文match ruleThe path used for mapping to a servlet is the request URL from the request object minus the context path and the path parameters. The URL path mapping rules below are used in order.The first successful match is used with no further matches attempted:The con 阅读全文
posted @ 2014-01-23 12:24 cozybz 阅读(723) 评论(0) 推荐(0)
摘要:@Resource注解在字段上,这样就不用写setter方法了 阅读全文
posted @ 2014-01-21 13:41 cozybz