Compare commits

...

4 Commits

Author SHA1 Message Date
91b96fc87f Merge pull request 'Update Readme.txt' (#1) from LukaszK/DemoApplication:master into master
Reviewed-on: #1
2025-10-16 14:08:15 +00:00
a856f920aa Update Readme.txt 2025-10-16 14:07:06 +00:00
Mateusz Kozieł
0786127a1a UserController annotated as @RestController 2025-10-16 15:59:47 +02:00
Mateusz Kozieł
77ee327edd UserController annotated as @RestController 2025-10-16 15:20:20 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
Readme projektu
Readme projektu...

View File

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