From 2f3221b7c90d5663fdb312653a2d188bc4628370 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期一, 09 二月 2026 10:19:21 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
server/admin/pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/server/admin/pom.xml b/server/admin/pom.xml
index adf6033..69adc8b 100644
--- a/server/admin/pom.xml
+++ b/server/admin/pom.xml
@@ -51,8 +51,8 @@
<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>
--
Gitblit v1.9.3