1. 程式人生 > >maven-eclipse 中index.html頁面亂碼

maven-eclipse 中index.html頁面亂碼

odin cli blog pos ips encoding glin mark nco

maven-eclipse 中index.html頁面亂碼:

pox.xml修改:

<project>
    ……
    <properties>
        <argLine>-Dfile.encoding=UTF-8</argLine>
    </properties>
    ……
</project>

maven-eclipse 中index.html頁面亂碼