From 7a4b8764b68e0dbaeb90e292a8a4bd47cb379e68 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期一, 27 四月 2026 17:26:02 +0800
Subject: [PATCH] 小程序端和PC端bug修复
---
server/web/pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/server/web/pom.xml b/server/web/pom.xml
index fe21ce9..696c49f 100644
--- a/server/web/pom.xml
+++ b/server/web/pom.xml
@@ -52,7 +52,7 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<fork>true</fork>
- <mainClass>com.doumee.JKWebApplication</mainClass>
+ <mainClass>com.doumee.GTWebApplication</mainClass>
<layout>ZIP</layout>
</configuration>
<executions>
--
Gitblit v1.9.3