赞
踩
打开Intellij的根目录,找到下图的两个文件(根据你的系统是32位或64位选择其中一个配置文件),在配置文件中添加:
-Dfile.encoding=UTF-8
进入settings,选择File Encodings,把IDE Encoding和Project Encoding配置为UTF-8,同时将下面的Default encoding for properties files也配置为UTF-8。
在VM options 项中添加
-Dfile.encoding=UTF-8
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。