为了账号安全,请及时绑定邮箱和手机立即绑定

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources (default-resources) on project demo: Input length = 1 ->

不知道问题出现在什么地方?是配置还是哪里出问题了?

正在回答

1 回答

此问题已解决。

pom.xml下面添加如下插件

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-resources-plugin</artifactId>
    <version>2.7</version>
    <configuration>
        <!-- 在构建路径中 指定源文件编译的字符编码 -->
        <encoding>UTF-8</encoding>
    </configuration>
</plugin>


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources (default-resources) on project demo: Input length = 1 ->

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信