eclipse属性文件显示unicode/显示中文 thymeleaf显示资源文件

 编码设置

 属性文件

spring配置

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

thymeleaf使用

代码使用

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章