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/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