编码设置

属性文件

spring配置
<bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
<property name="basename" value="com/springweb/resources/i18n"></property>
</bean>
thymeleaf使用

代码使用



<bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
<property name="basename" value="com/springweb/resources/i18n"></property>
</bean>



被折叠的 条评论
为什么被折叠?