解决办法,在java工程目录下的build.gradle添加如下代码,然后重新运行一遍。 

tasks.withType(JavaCompile) {
    options.encoding = "UTF-8"
}

转自:http://blog.csdn.net/qiumeqiu/article/details/50837576

相关文章:

  • 2021-09-11
  • 2021-08-13
  • 2022-01-16
  • 2021-04-17
  • 2021-04-02
  • 2021-05-14
猜你喜欢
  • 2021-10-12
  • 2021-06-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2022-01-06
相关资源
相似解决方案