From c46e4df7646e2ac46f26c878df45f592f436d9fc Mon Sep 17 00:00:00 2001 From: mitao <2763622819@qq.com> Date: 星期二, 18 三月 2025 21:59:36 +0800 Subject: [PATCH] bug修改 --- springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/pom.xml | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/pom.xml b/springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/pom.xml index 6512fde..6a62589 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/pom.xml +++ b/springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/pom.xml @@ -191,6 +191,28 @@ <build> + <!-- 定义包含这些资源文件,能在jar包中获取这些文件 --> + <resources> + <resource> + <directory>src/main/java</directory> + <includes> + <include>**/*.properties</include> + <include>**/*.xml</include> + <include>**/*.yml</include> + </includes> + <!--是否替换资源中的属性--> + <filtering>false</filtering> + </resource> + <resource> + <directory>src/main/resources</directory> + <includes> + <include>**/*.*</include> + </includes> + <!--是否替换资源中的属性--> + <filtering>false</filtering> + </resource> + </resources> + <plugins> <plugin> <groupId>org.springframework.boot</groupId> -- Gitblit v1.7.1