eclipse屬性文件顯示unicode/顯示中文 thymeleaf顯示資源文件

 編碼設置

 屬性文件

spring配置

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

thymeleaf使用

代碼使用

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