Performing a redirect from a spring MVC @ExceptionHandler method

后端 未结 4 824
心在旅途
心在旅途 2021-02-07 10:49

I want to have the following method:

@ExceptionHandler(MyRuntimeException.class)
public String myRuntimeException(MyRuntimeException e, RedirectAttributes redire         


        
4条回答
  •  误落风尘
    2021-02-07 11:09

    I am looking at the JavaDoc and I don't see where RedirectAttributes is a valid type that is accepted.

提交回复
热议问题