删除无用信息

This commit is contained in:
2026-03-16 21:08:34 +08:00
parent 098ea9ad02
commit f0c62d6fd7

View File

@@ -10,7 +10,6 @@ public class FlashSaleSystemApplication {
public static void main(String[] args) { public static void main(String[] args) {
SpringApplication.run(FlashSaleSystemApplication.class, args); SpringApplication.run(FlashSaleSystemApplication.class, args);
System.out.println("http://localhost:8080");
} }
} }