在使用了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'. 相关文章: 2021-04-03 2021-09-05 2022-12-23 2021-08-23 2022-12-23 2022-02-02