当你搜到这篇文章,说明你搜的其它文章都没能帮你解决问题。

恭喜你终于找对地方了,以下方案才是正解:


在pom.xml的/project/properties/下的属性配置中加入下面的配置:

<maven.compiler.encoding>UTF-8</maven.compiler.encoding>

即:(有第一句即可)

[html] view plaincopy

    <properties>  
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>  
        <maven.compiler.encoding>UTF-8</maven.compiler.encoding>  
    </properties> 

相关文章:

  • 2021-06-01
  • 2021-06-12
  • 2022-12-23
  • 2021-06-02
猜你喜欢
  • 2021-11-13
  • 2021-12-22
  • 2022-12-23
相关资源
相似解决方案