質問編集履歴

3

内容修正

2020/09/30 06:59

投稿

sad
sad

スコア16

title CHANGED
File without changes
body CHANGED
@@ -66,4 +66,8 @@
66
66
  This application has no explicit mapping for /error, so you are seeing this as a fallback.
67
67
 
68
68
  Wed Sep 30 14:55:53 JST 2020
69
- There was an unexpected error (type=Not Found, status=404).
69
+ There was an unexpected error (type=Not Found, status=404).
70
+
71
+ ```aplicationproperties
72
+ spring.thymeleaf.mode=HTML
73
+ ```

2

内容修正

2020/09/30 06:59

投稿

sad
sad

スコア16

title CHANGED
File without changes
body CHANGED
@@ -56,4 +56,14 @@
56
56
 
57
57
  環境:
58
58
  STS4
59
- windows10 64bit
59
+ windows10 64bit
60
+
61
+ 追記:
62
+ ![構造](cab14214a14d59e108daea7ffc2ec5d6.png)
63
+
64
+ エラーメッセージ:
65
+ Whitelabel Error Page
66
+ This application has no explicit mapping for /error, so you are seeing this as a fallback.
67
+
68
+ Wed Sep 30 14:55:53 JST 2020
69
+ There was an unexpected error (type=Not Found, status=404).

1

誤文修正

2020/09/30 06:46

投稿

sad
sad

スコア16

title CHANGED
File without changes
body CHANGED
@@ -33,7 +33,7 @@
33
33
  }
34
34
  ```
35
35
 
36
- 2)src/main/resources/templatesにhello.html作成
36
+ 2)src/main/resources/templates/testにhello.html作成
37
37
  ```hello
38
38
  <!DOCTYPE html>
39
39
  <html xmlns:th="http://www.thymeleaf.org">