eclipse maven source 亂碼

經過maven下載源代碼,直接經過eclipse瀏覽源代碼時,發現中文註釋爲亂碼的問題。其實這個eclipse默認編碼形成的問題。能夠經過如下方法解決:windows

修改Eclipse中文本文件的默認編碼:windows->Preferences->general->Workspace->Text file encoding設置爲UTF-8
修改JAVA源文件的默認編碼:windows->Preferences->general->Content Types->右側Context Types樹,點開Text,選擇Java Source File,在下面的Default encoding輸入框中輸入UTF-8,點Update

若是沒有做用,建議從新打開Eclipse,個人是這樣解決的。eclipse

相關文章
相關標籤/搜索