程序包的使用
org.springframework.boot.web.servlet.error
程序包
说明
Actuator Spring MVC support.
Auto-configuration for Spring MVC error handling.
Spring MVC error handling infrastructure.
-
org.springframework.boot.actuate.autoconfigure.web.servlet使用的org.springframework.boot.web.servlet.error中的类类说明Provides access to error attributes which can be logged or presented to the user.
-
org.springframework.boot.autoconfigure.web.servlet.error使用的org.springframework.boot.web.servlet.error中的类类说明Default implementation of
ErrorAttributes
.Provides access to error attributes which can be logged or presented to the user.Marker interface used to identify a@Controller
that should be used to render errors. -
类说明Provides access to error attributes which can be logged or presented to the user.