0
0

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 1 year has passed since last update.

Spring boot でテンプレートが表示されない謎のエラー

Last updated at Posted at 2023-05-27
テンプレートファイルは正しいはずなのにエラーが出る

kindle unlimitedに加入したのでspring bootの勉強をしていました。

その中でファイルの構成・プログラムともに正しいはずなのにエラーが出てしまいました。。。

エラー内容

Error resolving template [hello], template might not exist or might not be accessible by any of the configured Template Resolvers

つまりはhello.htmlが存在しないよって言ってます。

存在しているんだけどな!!!!!

解決方法

eclipseを再起動した後にもう一度コントローラファイルを実行
その後に shift + F5で ブラウザのキャッシュクリア(chrome)

2023/5/27日追記
アプリケーション名.javaファイルを実行ではなく
コントローラ名.javaファイルを実行することでも上手くいきそう

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?