springBoot中.properties文件中中文亂碼解決

第一步:Eclipse中進行以下菜單設置:java

Window - Preferences - General - Content Types,右側Text - java Properites File 在Default encoding中輸入UTF-8,點擊Update。spring

若是自定義配置文件未更新編碼格式,可在屬性中手動設置爲utf-8。app

第二步:安裝PropertiesEditor。在Help - Eclipse Marketplace 中查找、安裝PropertiesEditor。經過PropertiesEditor編輯的配置文件,不會再出現亂碼。
(方法一)
一、首先,在eclipse中點擊「help」-"Install New Software"。
2,、點擊右側的「Add」按鈕。
三、輸入
Name:properties。
Location:http://propedit.sourceforge.jp/eclipse/updates/
而後點擊OK。
四、稍等兩分鐘,就會出現插件列表,選擇PropertiesEditor,而後Next.
五、繼續Next。
六、點擊「I accept ……」,而後Finish.。
七、安裝完成後點擊「Restart Now」重啓eclipse。
八、此時在properties文件上點右鍵,點擊「Open With"-"PropertiesEditor",打開文件,如今就能夠直接輸入中文了eclipse

方法二:
1.下載離線安裝文件:http://sourceforge.jp/projects/propedit/downloads/40156/jp.gr.java_conf.ussiy.app.propedit_5.3.3.zip/
2.安裝與檢驗
將獲得的文件直接解壓,可獲得這樣一個文件夾 jp.gr.java_conf.ussiy.app.propedit_5.3.3 ,直接將該文件夾複製到 Eclipse目錄下覆蓋插件文件夾。
springBoot中.properties文件中中文亂碼解決ide

3.重啓Eclipse。
4.選中 .properties 文件,右鍵 - Open With ,你會看到多了一個 PropertiesEditor 子菜單。
5.將PropertiesEditor設爲默認的打開方式
工具欄->Window->Preferences->General->Editors->File Associations,添加一個
.properties。
下方的 Associated editors 欄裏有 PropertiesEditor 項,選中,點擊 Default 按鈕。
雙擊properties文件默認就會用PropEditor打開了。
springBoot中.properties文件中中文亂碼解決工具

springBoot中.properties文件中中文亂碼解決

另外,讀取配置文件時,自定義配置文件類中@PropertySource註解中也可指明編碼格式。以下:編碼

@PropertySource(value= {"classpath:config.properties"},encoding="UTF-8")
固然,若是你安裝了PropertiesEditor就不必這麼使用註解了。spa

最後一樣重要的是eclipse 版本是
springBoot中.properties文件中中文亂碼解決
只要設置第一步就能夠了插件

相關文章
相關標籤/搜索