Merged feature_2

This commit is contained in:
Squashim
2025-10-02 13:13:23 +02:00

View File

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