回答編集履歴

1

訂正 パス違い

2018/01/26 13:43

投稿

退会済みユーザー
test CHANGED
@@ -11,3 +11,21 @@
11
11
  src/main/resources/templates/error/404.html
12
12
 
13
13
  とか作るかが一番便利かな
14
+
15
+
16
+
17
+ 訂正
18
+
19
+
20
+
21
+ 誤:src/main/resources/templates/error/404.html
22
+
23
+ 正:src/main/resources/public/error/404.html
24
+
25
+ 正:src/main/resources/templates/error/5xx.html
26
+
27
+
28
+
29
+
30
+
31
+ [htmlsingle/#boot-features-error-handling-custom-error-pages](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-error-handling-custom-error-pages)