Compare commits

..

5 Commits

Author SHA1 Message Date
a0c1f9ea49 Merge pull request 'main' (#2) from s99664/Lab2:main into main
Reviewed-on: #2
2025-10-16 11:28:20 +00:00
BartoszPilka
f6b8fb237d Merge remote-tracking branch 'origin/main' 2025-10-16 13:23:42 +02:00
BartoszPilka
d22f61c07d zmiana readme txt od bartka 2025-10-16 13:23:12 +02:00
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 4 additions and 1 deletions

View File

@@ -1 +1,3 @@
Dokumentacja projektu (edytowana)
bartek zmiana

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