maven项目打包复制resource资源文件到target目录的解决方案

1.pom文件中代码配置
maven项目打包复制resource资源文件到target目录的解决方案_第1张图片
对应代码块. src/main/resources **/*.* true maven-resources-plugin copy-dependencies package copy-resources ${project.build.directory}/resources src/main/resources org.springframework.boot spring-boot-maven-plugin 2.2.2.RELEASE repackage

2.打包后的效果图
maven项目打包复制resource资源文件到target目录的解决方案_第2张图片

你可能感兴趣的:(技术分享,maven,java,spring,boot,jar)