From a9edf835841e4a394582ae40114e5bb21ff8ba47 Mon Sep 17 00:00:00 2001 From: xiaochangbai <704566072@qq.com> Date: Fri, 2 Jun 2023 20:35:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B0=86=E5=90=AF=E5=8A=A8=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E6=B7=BB=E5=8A=A0=E8=BF=9Bspring=E5=AE=B9=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/abin/mallchat/custom/MallchatCustomApplication.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallchat-custom-server/src/main/java/com/abin/mallchat/custom/MallchatCustomApplication.java b/mallchat-custom-server/src/main/java/com/abin/mallchat/custom/MallchatCustomApplication.java index 90634e2..40f94ee 100644 --- a/mallchat-custom-server/src/main/java/com/abin/mallchat/custom/MallchatCustomApplication.java +++ b/mallchat-custom-server/src/main/java/com/abin/mallchat/custom/MallchatCustomApplication.java @@ -15,7 +15,7 @@ import org.springframework.boot.web.servlet.ServletComponentScan; public class MallchatCustomApplication { public static void main(String[] args) { - SpringApplication.run(MallchatCustomApplication.class); + SpringApplication.run(MallchatCustomApplication.class,args); } } \ No newline at end of file