From 1c78c0c36d3f0d6e3662c8760516cc4957f062e3 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期六, 02 八月 2025 11:09:37 +0800
Subject: [PATCH] 程序上传接口2
---
blade-service/blade-mdm/pom.xml | 19 ++++++++++++++++++-
1 files changed, 18 insertions(+), 1 deletions(-)
diff --git a/blade-service/blade-mdm/pom.xml b/blade-service/blade-mdm/pom.xml
index 67c5676..d26c14c 100644
--- a/blade-service/blade-mdm/pom.xml
+++ b/blade-service/blade-mdm/pom.xml
@@ -104,7 +104,24 @@
<artifactId>blade-starter-transaction</artifactId>
</dependency>-->
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-maven-plugin</artifactId>
+ <configuration>
+ <mainClass>org.springblade.mdm.MdmApplication</mainClass>
+ <layout>ZIP</layout>
+ <includes>
+ <include>
+ <groupId>nothing</groupId>
+ <artifactId>nothing</artifactId>
+ </include>
-
+ </includes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>
--
Gitblit v1.9.3