Handle SpringBoot ResponseBodyAdvice Error: xxx cannot be cast to java.lang.String
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



















