Compare commits

..

2 Commits

Author SHA1 Message Date
e14e4fc83d Merge pull request 'UserController annotated as @RestController' (#1) from Kuba27/Lab2:main into main
Reviewed-on: #1
2025-10-16 11:15:22 +00:00
Kuba Pieńkowski
33e8c01eb6 UserController annotated as @RestController 2025-10-16 13:06:43 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,2 +1 @@
Dokumentacja projektu (edytowana)
Dodana nowa linia z innego brancha
Dokumentacja projektu (edytowana)

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);
}