From 6c40e04eb7c2060feb2533735cd3089d438965e5 Mon Sep 17 00:00:00 2001
From: nidapeng <jp@doumee.com>
Date: 星期二, 19 三月 2024 17:19:36 +0800
Subject: [PATCH] 整理

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

diff --git a/server/openapi/pom.xml b/server/openapi/pom.xml
index f6a76bc..af5003d 100644
--- a/server/openapi/pom.xml
+++ b/server/openapi/pom.xml
@@ -24,7 +24,7 @@
         </dependency>
     </dependencies>
     <build>
-        <finalName>openapi</finalName>
+        <finalName>erp_interface</finalName>
         <resources>
             <resource>
                 <directory>src/main/resources</directory>
@@ -37,7 +37,7 @@
                 <artifactId>spring-boot-maven-plugin</artifactId>
                 <configuration>
                     <fork>true</fork>
-                    <mainClass>com.doumee.InterfaceApplication</mainClass>
+                    <mainClass>com.doumee.OpenapiApplication</mainClass>
                     <layout>ZIP</layout>
                 </configuration>
                 <executions>

--
Gitblit v1.9.3