UserController annotated as @RestController

This commit is contained in:
Mateusz Kozieł
2025-10-16 15:20:20 +02:00
parent 628a644be9
commit 77ee327edd

View File

@@ -18,6 +18,7 @@ public class DemoApplication {
System.out.println("add message from develop_3 branch"); System.out.println("add message from develop_3 branch");
System.out.println("add on remote origin/master"); System.out.println("add on remote origin/master");
System.out.println(new Date()); System.out.println(new Date());
System.out.println("zmiany zad dodatkowe");
UserEntity.showUserEntityMessage(); UserEntity.showUserEntityMessage();
} }