1. Goland -Settings设置
① 点击Goland菜单栏File-Settings-Editor-File Encodings.
② 设置Global Encoding为UTF-8
③ 设置Project Encoding为 UTF-8
④ 设置 Default encoding for properties files为 UTF-8
2. 修改Goland设置文件
在Goland安装目录的\bin文件夹中,找到以下两个文件:
goland.exe.vmoptions
goland64.exe.vmoptions
在文件末尾添加【-Dfile.encoding=UTF-8】
3. 在Goland中修改设置文件
Goland菜单栏的Help-Edit Custom VM Options,
在打开的文件末尾处添加参数-Dfile.encoding=UTF-8
4. 重启Goland
问题解决!