Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 644 Bytes

File metadata and controls

11 lines (7 loc) · 644 Bytes

Spring

Dec 30th, 2015

  1. Spring是何时以及如何加载我们的配置文件来初始化Bean工厂 Spring代码分析一:加载与初始化

  2. RequestResponseBodyMethodProcessor

    org.springframework.web.servlet.mvc.method.annotation.RequestResponseBodyMethodProcessor,这个类同时实现了HandlerMethodArgumentResolver和HandlerMethodReturnValueHandler两个接口。前者是将请求报文绑定到处理方法形参的策略接口,后者则是对处理方法返回值进行处理的策略接口。 http://my.oschina.net/lichhao/blog/172562