1
0
forked from Konrad/Lab2

UserController annotated as @RestController

This commit is contained in:
Kuba Pieńkowski
2025-10-16 13:06:43 +02:00
parent 3fca420008
commit 33e8c01eb6

View File

@@ -14,6 +14,7 @@ public class DemoApplication {
System.out.println("Main message");
System.out.println("Feature 1 message");
System.out.println("Feature 2 message");
System.out.println("Zmiana kolejna");
System.out.println(new Date());
SpringApplication.run(DemoApplication.class, args);
}