This commit is contained in:
Manyxyz
2025-10-14 14:26:48 +02:00
parent e9a2237560
commit 47b5b51821

View File

@@ -13,6 +13,7 @@ public class DemoApplication {
System.out.println("Another message");
System.out.println("Second message");
System.out.println("Baben");
SpringApplication.run(DemoApplication.class, args);
}