spring boot项目打包时报错
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources (default-resources) on project xxx: Input length = 1 -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
与配置文件application.properties有关。配置文件中不得出现中文,注释中也不得包含中文
本文档探讨了SpringBoot项目打包过程中遇到的错误,焦点在于application.properties配置文件中的中文字符导致的问题,以及解决方法和相关配置建议。
3428

被折叠的 条评论
为什么被折叠?



