在使用了JSTL的TagLib来进行消息显示时,使用了message.properties 来配置信息。由于(估计)其内部使用了国际化支持,因此警告 ResourceBundle [messages] not found for MessageSource: Can't find bundle for base name messages, locale zh_CN

为了解决这个,我复制了一个message_zh_CN.properties,但是无论是放在message.properties相同的class目录下,还是放在class/i18n/ 下都仍然是这个警告。

该如何解决呢?

messages is not message.
I've missed the letter 's'.
[solved] Spring MVC 中的国际化的message.properties该如何配置?

相关文章:

  • 2021-04-03
  • 2021-09-05
  • 2022-12-23
  • 2021-08-23
  • 2022-12-23
  • 2022-02-02
猜你喜欢
  • 2022-12-23
  • 2021-07-23
  • 2022-01-12
  • 2021-11-21
  • 2022-02-27
  • 2021-10-21
  • 2022-02-12
相关资源
相似解决方案