沈芏

关注

Using platform encoding (UTF-8 actually) to copy filtered resources错误

沈芏

关注

阅读 154

2022-03-11

错误

项目在编译的时候,报错:
Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
在这里插入图片描述

配置编码格式为UTF-8

在项目pom.xml中增加如下配置:

<properties>
    <!--编译编码-->
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

再次编译运行,不再报错!

相关推荐

北邮郭大宝

Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependen

北邮郭大宝 179 0 0

Aliven888

ERROR:Android Studio - “Unmappable character for encoding UTF-8”

Aliven888 204 0 0

mafa1993

解决flutter的FormatException: Bad UTF-8 encoding的问题

mafa1993 82 0 0

49路末班车

utf-8与utf-8(无BOM)的区别

49路末班车 150 0 0

小时候是个乖乖

Error:Could not decode “ImageWidget.cpp“ with “UTF-8“-encoding.Editing not possible

小时候是个乖乖 91 0 0

扶摇_hyber

pyshark报错: lxml.etree.XMLSyntaxError: Input is not proper UTF-8, indicate encoding !

扶摇_hyber 155 0 0

雷亚荣

Unicode与UTF-8

雷亚荣 60 0 0

小龟老师

rust UTF-8 & 索引

小龟老师 19 0 0

快乐与微笑的淘气

MySQL的utf-8

快乐与微笑的淘气 23 0 0

時小白

UTF-8编码简介

時小白 69 0 0

精彩评论(0)

0 0 举报