10
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Whitelabel Error Pageの解決方法

Posted at

#経緯
現場で初めてSpringを使うことに。自宅でもいじらないと。
まずお決まりのHello Worldから

#何これ・・・
1.png

#ググってみた
どうやらMVCでいうところのControllerでエラーになっているらしい。
エラーが発生したのに、エラーが発生したよ~と表示させる画面部分がないといわれているみたいだ。
とりあえずtemplatesフォルダにerror.htmlを作ってみる。

3.png

一応解決したけど、本来の目的は世界に挨拶することなんだよね

#根本的な解決
どうやらControllerが含まれているフォルダの位置がおかしいようで。
mainクラスが入っているフォルダにControllerが含まれているフォルダを移動させた。

5.png

#こんにちは、世界!
6.png

#参考文献・サイト
http://hxn.blog.jp/archives/19187397.html
https://pointsandlines.jp/server-side/java/spring-boot-controller-load-error

10
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?