zoukankan      html  css  js  c++  java
  • [solved] Spring MVC 中的国际化的message.properties该如何配置?

    在使用了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'.
  • 相关阅读:
    测试打印功能
    绘图
    图片验证码
    图片防盗
    图片水印
    surface 译
    ViewManager 译
    WindowId 译
    Display
    LayoutParams
  • 原文地址:https://www.cnblogs.com/Samuel/p/28297.html
Copyright © 2011-2022 走看看