码迷,mamicode.com
首页 > 编程语言 > 详细

spring ----> ResourceBundle [message] not found for MessageSource: Can't find bundle for base name message, local_zh

时间:2018-05-21 22:53:49      阅读:1067      评论:0      收藏:0      [点我收藏+]

标签:资源文件   context   for   ext   使用   2.0   主题   oca   技术   

环境:

idea 2018.1.3社区版,jdk8,spring4.2.0,maven3.5.2

主题:

spring国际化

出现的问题:

ResourceBundle [message] not found for MessageSource: Can‘t find bundle for base name message, local_zh

解决:

参考解决方法 https://stackoverflow.com/questions/25121392/resourcebundle-not-found-for-messagesource

使用 org.springframework.context.support.ResourceBundleMessageSource 配置会导致以上问题出现。

改用 org.springframework.context.support.ReloadableResourceBundleMessageSource。

放置资源文件:

技术分享图片

xml文件配置如下:

技术分享图片

 

spring ----> ResourceBundle [message] not found for MessageSource: Can't find bundle for base name message, local_zh

标签:资源文件   context   for   ext   使用   2.0   主题   oca   技术   

原文地址:https://www.cnblogs.com/mrray1105/p/9068717.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!