org.springframework.context.NoSuchMessageException:在代码''for locale'en'下找不到任何消息

时间:2017-10-11 10:24:15

标签: java

我正在使用Spring MVC开发一个应用程序来显示错误信息我在spring-servlet.xml中做了如下变更

<bean id="messageSource"    class="org.springframework.context.support.ReloadableResourceBundleMessageSource">
<property name="basenames" value="classpath:resources/ApplicationResources,/>
<property name="fallbackToSystemLocale" value="false"/> 
<property name="defaultEncoding" value="ISO-8859-1" />
</bean>

但我还是得到了 代码''for locale'en'异常中未找到任何消息, 有人可以在这个问题上帮助我。

0 个答案:

没有答案