码迷,mamicode.com
首页 > 其他好文 > 详细

properties的编码问题

时间:2017-10-16 15:06:28      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:一个   code   编码   text   eclipse   enc   file   文件的   设置   

1、在eclipse中,如果不专门设置,properties文件的编码是ISO-8859-1,最好将其改为UTF-8

 

2、当properties文件的编码改为UTF-8还不够,Spring的context:property-placeholder标签也是用ISO-8859-1编码的方式引入properties文件的,所以需要在标签里追加一个file-encoding属性

<context:property-placeholder location="classpath:copywriting.properties"
        file-encoding="utf-8" ignore-unresolvable="true" />

 

properties的编码问题

标签:一个   code   编码   text   eclipse   enc   file   文件的   设置   

原文地址:http://www.cnblogs.com/deolin/p/7676640.html

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