From cfdafcf22dbd868c9876d37efbd92b97ba014bef Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 26 三月 2025 09:17:01 +0800
Subject: [PATCH] 优化

---
 server/shop/pom.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/server/shop/pom.xml b/server/shop/pom.xml
index ed19a83..435cdcf 100644
--- a/server/shop/pom.xml
+++ b/server/shop/pom.xml
@@ -23,13 +23,12 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>
     <build>
-        <finalName>shop</finalName>
+        <finalName>yyb_shop_api</finalName>
         <resources>
             <resource>
                 <directory>src/main/resources</directory>
             </resource>
         </resources>
-
         <plugins>
             <plugin>
                 <groupId>org.springframework.boot</groupId>
@@ -38,6 +37,7 @@
                     <fork>true</fork>
                     <mainClass>com.doumee.ShopApplication</mainClass>
                     <layout>ZIP</layout>
+                    <includeSystemScope>true</includeSystemScope>
                 </configuration>
                 <executions>
                     <execution>

--
Gitblit v1.9.3