<project> …… <properties> <argLine>-Dfile.encoding=UTF-8</argLine> </properties> …… </project>
在pom.xml 中加入此代码,亲测有用。
<project> …… <properties> <argLine>-Dfile.encoding=UTF-8</argLine> </properties> …… </project>
在pom.xml 中加入此代码,亲测有用。
转载于:https://my.oschina.net/qzzsunly/blog/465453