From e6de5ef334745588440cefc6b9e7176597089b1a Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Tue, 19 Oct 2021 14:39:54 +0800
Subject: [PATCH] fix
---
pom.xml | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index 32839d2..5ed844a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -313,5 +313,15 @@
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
+
+ <resources>
+ <resource>
+ <directory>lib</directory>
+ <targetPath>/BOOT-INF/lib/</targetPath>
+ <includes>
+ <include>**/*.jar</include>
+ </includes>
+ </resource>
+ </resources>
</build>
</project>
--
Gitblit v1.9.1