Nov 30, 2025 · 4 min read · When building applications with Spring MVC, everything may look simple from the outside - a HTTP request goes in and a response comes out. But beneath this simplicity lies a beautifully structured processing pipeline that every backend engineer shoul...
Join discussion
Jul 1, 2023 · 4 min read · I encountered an error when trying to use the ResponseBodyAdvice interface to customize the response after executing the controller method with @ResponseBody annotation. The issue occurred when a controller method was returning a String, resulting in...
Join discussion