解决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-8</project.build.sourceEncoding>
    </properties>

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

猜你喜欢

转载自blog.csdn.net/weixin_43844418/article/details/113810475
今日推荐