質問編集履歴
1
補足を追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -13,7 +13,7 @@
|
|
13
13
|
# 事象
|
14
14
|
`index` で描画した画面から、`/confirmation` にPOSTでリクエスト送信、画面遷移する際に `Resource Not Found` となります。
|
15
15
|
リクエストの送信、画面さがす流れは次の「関連プログラム」に記載。
|
16
|
-
以下の出力を得ます。
|
16
|
+
以下の出力を得ます。ここでは、わかりやすさのため、`debug=true`にしています。
|
17
17
|
```linux
|
18
18
|
2020-01-01 20:18:25.180 DEBUG 2281 --- [ restartedMain] o.s.boot.devtools.restart.Restarter : Starting application com.example.merchant.MerchantApplicationKt with URLs [file:/]
|
19
19
|
2020-01-01 20:18:33.023 INFO 2281 --- [nio-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
|