From 1e58231c24cfdbbc3ddbb96b5269f334b8119e69 Mon Sep 17 00:00:00 2001 From: xusd <hugeinfo123> Date: Sat, 21 Sep 2024 18:37:48 +0800 Subject: [PATCH] 亿迅全接口对接 --- dyh-service/dyh-mediate/pom.xml | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dyh-service/dyh-mediate/pom.xml b/dyh-service/dyh-mediate/pom.xml index c5348e6..34488fb 100644 --- a/dyh-service/dyh-mediate/pom.xml +++ b/dyh-service/dyh-mediate/pom.xml @@ -234,10 +234,7 @@ <exclude>/**/*.properties</exclude> <exclude>/**/*.conf</exclude> </excludes> - <includes> - <!-- 只打包指定目录的文件 --> - <include>cn/huge/**</include> - </includes> + <archive> <manifest> <addClasspath>true</addClasspath> @@ -291,6 +288,7 @@ <include>*.yml</include> <include>*.properties</include> <include>*.conf</include> + <include>*.json</include> </includes> </resource> <resource> @@ -349,6 +347,7 @@ <directory>${basedir}/src/main/java</directory> <includes> <include>**/*.xml</include> + <include>**/*.json</include> </includes> </resource> </resources> -- Gitblit v1.8.0