Skip to content

Spring

Spring Framework 相关笔记,覆盖核心容器、AOP、事件、Web 和常见异常。

核心容器

Web 与数据访问

资料

常用片段

缓存 request body

org.springframework.web.util.ContentCachingRequestWrapper

需要多次调用 InputStream 时,会把 body 保存到 java.io.ByteArrayOutputStream 中。

缓存 response body

org.springframework.web.util.ContentCachingResponseWrapper