From b0a5bfa36e54d444a6a1c9586178d87a59d2e512 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 05 六月 2025 18:39:49 +0800
Subject: [PATCH] 提交
---
server/company/pom.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/server/company/pom.xml b/server/company/pom.xml
index 1a3f071..23aaa4a 100644
--- a/server/company/pom.xml
+++ b/server/company/pom.xml
@@ -26,7 +26,7 @@
</dependencies>
<build>
- <finalName>company</finalName>
+ <finalName>yyb_web_api</finalName>
<resources>
<resource>
<directory>src/main/resources</directory>
@@ -41,6 +41,7 @@
<fork>true</fork>
<mainClass>com.doumee.CompanyApplication</mainClass>
<layout>ZIP</layout>
+ <includeSystemScope>true</includeSystemScope>
</configuration>
<executions>
<execution>
--
Gitblit v1.9.3