質問編集履歴
3
内容修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -135,3 +135,11 @@
|
|
135
135
|
Wed Sep 30 14:55:53 JST 2020
|
136
136
|
|
137
137
|
There was an unexpected error (type=Not Found, status=404).
|
138
|
+
|
139
|
+
|
140
|
+
|
141
|
+
```aplicationproperties
|
142
|
+
|
143
|
+
spring.thymeleaf.mode=HTML
|
144
|
+
|
145
|
+
```
|
2
内容修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -115,3 +115,23 @@
|
|
115
115
|
STS4
|
116
116
|
|
117
117
|
windows10 64bit
|
118
|
+
|
119
|
+
|
120
|
+
|
121
|
+
追記:
|
122
|
+
|
123
|
+
![構造](cab14214a14d59e108daea7ffc2ec5d6.png)
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
エラーメッセージ:
|
128
|
+
|
129
|
+
Whitelabel Error Page
|
130
|
+
|
131
|
+
This application has no explicit mapping for /error, so you are seeing this as a fallback.
|
132
|
+
|
133
|
+
|
134
|
+
|
135
|
+
Wed Sep 30 14:55:53 JST 2020
|
136
|
+
|
137
|
+
There was an unexpected error (type=Not Found, status=404).
|
1
誤文修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -68,7 +68,7 @@
|
|
68
68
|
|
69
69
|
|
70
70
|
|
71
|
-
2)src/main/resources/templatesにhello.html作成
|
71
|
+
2)src/main/resources/templates/testにhello.html作成
|
72
72
|
|
73
73
|
```hello
|
74
74
|
|