This commit is contained in:
Manyxyz
2025-10-14 14:32:02 +02:00
parent 47b5b51821
commit fd6e0e7881

View File

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