Spring Boot 2.3.3.RELEASE解决ErrorController的getErrorPath的 @Deprecated,Spring Boot Whitelabel Error
使用背景微服务项目当请求地址返回404和500异常的时候,希望统一拦截,而不是出现springboot的WhitelabelError。使用方式在springboot2.3.0版本之前,可以使用实现ErrorController,然后自定义/error的url返回内容即可如下图所票@RestController@RequestMapping("/error")publicclassJsonErro