From 0e6bbda3d9f0b9e421b7bf6247be3d82d825de27 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 17 六月 2025 13:43:53 +0800
Subject: [PATCH] git ch
---
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