From cfdafcf22dbd868c9876d37efbd92b97ba014bef Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 26 三月 2025 09:17:01 +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