1
0
forked from Konrad/Lab2

4 Commits

Author SHA1 Message Date
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: Konrad/Lab2#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 3 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
Dokumentacja projektu (edytowana)
Dodana nowa linia z innego brancha
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);
}