0
2

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.

messages.propertiesから日本語メッセージが取得されない

Posted at

以下のエラーが発生しました。
No message found under code for locale 'ja'

問題点としては、日本語用のmessages.prpoertiesファイルに変更する必要があるため、messages_ja.propertiesとしました。

それから、application.propertiesファイルに変更の有無を追記しました。

application.properties
spring.messages.basename=messages_ja

ちゃんと日本語メッセージが表示されるようになりました。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?