我想在 Springboot 应用程序中处理 NoHandlerException 并返回自定义错误消息。我将以下内容添加到我的 application.properties 并尝试覆盖错误消息。
spring.mvc.throw-exception-if-no-handler-found=true
spring.resources.add-mappings=false
错误没有命中 @ControllerAdvice... 它在 defaulthandlerexceptionresolver 中处理。有任何想法吗?