You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet/error/BasicErrorController.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/servlet/error/ErrorMvcAutoConfiguration.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,7 @@
80
80
* @author Stephane Nicoll
81
81
* @author Brian Clozel
82
82
* @author Scott Frederick
83
+
* @author Yanming Zhou
83
84
* @since 1.0.0
84
85
*/
85
86
// Load before the main WebMvcAutoConfiguration so that the error View is available
@@ -103,9 +104,9 @@ public DefaultErrorAttributes errorAttributes() {
0 commit comments