From ee300eca8f8414604cd94aa29f2b80e7d32413f6 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期一, 09 二月 2026 10:18:00 +0800
Subject: [PATCH] 提交
---
server/admin/pom.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/server/admin/pom.xml b/server/admin/pom.xml
index 4fe3d40..69adc8b 100644
--- a/server/admin/pom.xml
+++ b/server/admin/pom.xml
@@ -51,9 +51,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
- <fork>true</fork>
<mainClass>com.doumee.DJAdminApplication</mainClass>
+ <fork>true</fork>
<layout>ZIP</layout>
+ <includeSystemScope>true</includeSystemScope>
</configuration>
<executions>
<execution>
--
Gitblit v1.9.3