admin管理员组

文章数量:1566678

解决mvn打包部署时出现的warning问题:

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

在pom.xml文件中添加配置

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

本文标签: UTFEncodingPlatformresourcesfiltered