Compare commits

...

3 Commits

Author SHA1 Message Date
014be84c7e Merge pull request 'Added Greeting to Readme file' (#1) from s99723/lab2k:main into main
Reviewed-on: #1
2025-10-21 12:15:11 +00:00
nxm777
a0598f5ef4 Added Greeting to Readme file 2025-10-21 14:11:15 +02:00
fe4487e465 Обновить src/main/java/com/example/demo/DemoApplication.java
added date print in main in DemoApplication.java
2025-10-21 11:38:10 +00:00
2 changed files with 4 additions and 1 deletions

View File

@@ -1 +1,3 @@
My first Spring Boot Git project My first Spring Boot Git project
Greetings from forked repo 😂😂😂😂😂😂😂😂😂😂😂😂😂😂

View File

@@ -11,6 +11,7 @@ public class DemoApplication {
System.out.println("Develop_2 branch change"); System.out.println("Develop_2 branch change");
System.out.println("Start application"); System.out.println("Start application");
System.out.println("Develop_1 change"); System.out.println("Develop_1 change");
System.out.println(new Date());
} }
} }