From 9635e42dfd2f5e0577e2c97309b980e76ec0842b Mon Sep 17 00:00:00 2001
From: skyouc <958836976@qq.com>
Date: 星期二, 24 二月 2026 14:48:58 +0800
Subject: [PATCH] no message
---
pom.xml | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index 28abaa7..e179cb6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,6 +133,15 @@
<build>
<finalName>wms</finalName>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ </resource>
+ <resource>
+ <directory>src/main/webapp</directory>
+ <targetPath>static</targetPath>
+ </resource>
+ </resources>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
--
Gitblit v1.9.1