springboot:Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources

springboot出现这个错误,是在application中出现了中文,导致springUsing 'UTF-8' encoding to copy filtered resources.

解决办法:添加pluginspringboot:Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources_第1张图片

跑出来的网页还是出现中文乱码,可在file->setting->editor->file encodings下,勾选transparent native-to-ascll conversion即可,如图所示springboot:Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:3.2.0:resources_第2张图片 

你可能感兴趣的:(maven,spring,boot,apache)