类 ErrorConfiguration
java.lang.Object
com.sh.spring.configuration.ErrorConfiguration
全局异常处理
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.springframework.web.servlet.Viewerror(jakarta.servlet.http.HttpServletRequest request)
-
构造器详细资料
-
ErrorConfiguration
public ErrorConfiguration()
-
-
方法详细资料
-
error
@Bean("error") public org.springframework.web.servlet.View error(jakarta.servlet.http.HttpServletRequest request)
-