From c738edfe530cd37fa6ff4615f58e07029dc9dd92 Mon Sep 17 00:00:00 2001
From: xusd <hugeinfo123>
Date: Wed, 25 Sep 2024 14:16:27 +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