From 16e8c7adbee6c9ee9bac09a80d44d3bfd3fe2f0c Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 19 五月 2025 09:45:38 +0800
Subject: [PATCH] Merge branch '2.0.2' into 2.0.1
---
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