From 9656636c8d7d665df694cae54d296d942f40c9f8 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 21 十二月 2023 14:35:34 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/server/openapi/pom.xml b/server/openapi/pom.xml
index f6a76bc..218a68a 100644
--- a/server/openapi/pom.xml
+++ b/server/openapi/pom.xml
@@ -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