照片展示

This commit is contained in:
2025-07-30 10:09:35 +08:00
parent c02e3421ad
commit 923e877759
11 changed files with 657 additions and 78 deletions

View File

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