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

项目在导入一些依赖时报错:

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

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

<properties>
        <project.build.sourceEncoding>UTF-8project.build.sourceEncoding>
    properties>

就可以通过了。如果还不行就看看我的另外两篇文章:
传送门1
传送门2

你可能感兴趣的:(平时报错和小知识点,java,maven,bug)