maven-eclipse 中index.html页面乱码:
pox.xml修改:
<project>
……
<properties>
<argLine>-Dfile.encoding=UTF-8</argLine>
</properties>
……
</project>
Posted whellote
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了maven-eclipse 中index.html页面乱码相关的知识,希望对你有一定的参考价值。
pox.xml修改:
<project>
……
<properties>
<argLine>-Dfile.encoding=UTF-8</argLine>
</properties>
……
</project>
以上是关于maven-eclipse 中index.html页面乱码的主要内容,如果未能解决你的问题,请参考以下文章