在Maven的pom.xml文件中增加:
<properties>
<argLine>-Dfile.encoding=UTF-8</argLine>
</properties>
今天突然遇到这个问题了,上网搜了一下,答案一大堆,还是这个最好!记录一下!
在Maven的pom.xml文件中增加:
<properties>
<argLine>-Dfile.encoding=UTF-8</argLine>
</properties>
今天突然遇到这个问题了,上网搜了一下,答案一大堆,还是这个最好!记录一下!
转载于:https://my.oschina.net/u/568577/blog/294527