1
0
forked from Konrad/Lab2

Modified DemoApplication

This commit is contained in:
Squashim
2025-10-02 13:10:19 +02:00
parent 50e865dd97
commit 3f6cb64ab0

View File

@@ -11,6 +11,7 @@ public class DemoApplication {
System.out.println("Another message"); System.out.println("Another message");
System.out.println("Start application"); System.out.println("Start application");
System.out.println("Second message"); System.out.println("Second message");
System.out.println("Feature 1 message");
SpringApplication.run(DemoApplication.class, args); SpringApplication.run(DemoApplication.class, args);
} }