From f0c62d6fd7edc4263ce2a264a54fce2fa2718042 Mon Sep 17 00:00:00 2001 From: YoVinchen Date: Mon, 16 Mar 2026 21:08:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/org/flashsalesystem/FlashSaleSystemApplication.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/org/flashsalesystem/FlashSaleSystemApplication.java b/src/main/java/com/org/flashsalesystem/FlashSaleSystemApplication.java index ad5f1ef..f3cd6c5 100644 --- a/src/main/java/com/org/flashsalesystem/FlashSaleSystemApplication.java +++ b/src/main/java/com/org/flashsalesystem/FlashSaleSystemApplication.java @@ -10,7 +10,6 @@ public class FlashSaleSystemApplication { public static void main(String[] args) { SpringApplication.run(FlashSaleSystemApplication.class, args); - System.out.println("http://localhost:8080"); } }